diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-02-04 06:01:49 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-02-04 06:01:49 +0000 |
commit | a5d1f5be0a92b3363c05d6a640ea90ca3a262414 (patch) | |
tree | eb13390d732459a226b3254808dbe3945df38460 /x11-libs/gtk+/gtk+-2.2.0.ebuild | |
parent | up-ported the smoothhint patch, new version (diff) | |
download | gentoo-2-a5d1f5be0a92b3363c05d6a640ea90ca3a262414.tar.gz gentoo-2-a5d1f5be0a92b3363c05d6a640ea90ca3a262414.tar.bz2 gentoo-2-a5d1f5be0a92b3363c05d6a640ea90ca3a262414.zip |
updated the new version, left the patches intact
Diffstat (limited to 'x11-libs/gtk+/gtk+-2.2.0.ebuild')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-2.2.0.ebuild b/x11-libs/gtk+/gtk+-2.2.0.ebuild index 47ca1bcec03b..df1b9f7a9744 100644 --- a/x11-libs/gtk+/gtk+-2.2.0.ebuild +++ b/x11-libs/gtk+/gtk+-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.0.ebuild,v 1.7 2003/01/18 12:39:40 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.0.ebuild,v 1.8 2003/02/04 06:01:48 spider Exp $ inherit eutils libtool flag-o-matic @@ -45,7 +45,7 @@ src_compile() { use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" use jpeg || myconf="${myconf} --without-libjpeg" use tiff || myconf="${myconf} --without-libtiff" - if [ -n "$DEBUG" ]; then + if [ -n "$DEBUGBUILD" ]; then myconf="${myconf} --enable-debug" fi |