diff options
Diffstat (limited to 'gnome-base/bonobo/bonobo-1.0.19-r1.ebuild')
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.19-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild b/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild index e324c4a1ba30..454e74d7b054 100644 --- a/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild +++ b/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild,v 1.15 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild,v 1.16 2003/09/06 23:51:37 msterret Exp $ IUSE="nls" @@ -19,7 +19,7 @@ RDEPEND=">=gnome-base/oaf-0.6.8 DEPEND="${RDEPEND} dev-lang/perl - nls? ( sys-devel/gettext + nls? ( sys-devel/gettext >=dev-util/intltool-0.11 )" src_compile() { @@ -28,7 +28,7 @@ src_compile() { local myconf="" use nls || myconf="${myconf} --disable-nls" - + CFLAGS="${CFLAGS} `gnome-config --cflags print`" ./configure \ |