diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-07 03:47:15 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-07 03:47:15 +0000 |
commit | 1c737c4c53aa990766a68a9ea2b997e2d9fcb6ed (patch) | |
tree | 92e312783680eacb947fb8cbaf782bdbaadcbf5a /net-www/ochusha/ochusha-0.4.10.1.ebuild | |
parent | version bump (diff) | |
download | historical-1c737c4c53aa990766a68a9ea2b997e2d9fcb6ed.tar.gz historical-1c737c4c53aa990766a68a9ea2b997e2d9fcb6ed.tar.bz2 historical-1c737c4c53aa990766a68a9ea2b997e2d9fcb6ed.zip |
GTK+ 2.4 fix. Marked 0.5 stable on x86.
Diffstat (limited to 'net-www/ochusha/ochusha-0.4.10.1.ebuild')
-rw-r--r-- | net-www/ochusha/ochusha-0.4.10.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-www/ochusha/ochusha-0.4.10.1.ebuild b/net-www/ochusha/ochusha-0.4.10.1.ebuild index a81045cc9734..3ff1eb3fc642 100644 --- a/net-www/ochusha/ochusha-0.4.10.1.ebuild +++ b/net-www/ochusha/ochusha-0.4.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/ochusha/ochusha-0.4.10.1.ebuild,v 1.3 2004/03/11 20:16:15 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/ochusha/ochusha-0.4.10.1.ebuild,v 1.4 2004/04/07 03:47:15 usata Exp $ IUSE="" @@ -24,6 +24,10 @@ S=${WORKDIR}/${P} src_compile() { + if has_version '>=x11-libs/gtk+-2.4' ; then + perl -i -pe "s/-D.*?DISABLE_DEPRECATED//g" gtk2/Makefile* || die + fi + econf --enable-regex --with-included-oniguruma || die emake || die } |