summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2003-02-04 06:01:49 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2003-02-04 06:01:49 +0000
commita5d1f5be0a92b3363c05d6a640ea90ca3a262414 (patch)
treeeb13390d732459a226b3254808dbe3945df38460 /x11-libs/gtk+/gtk+-2.1.2.ebuild
parentup-ported the smoothhint patch, new version (diff)
downloadgentoo-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.1.2.ebuild')
-rw-r--r--x11-libs/gtk+/gtk+-2.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-2.1.2.ebuild b/x11-libs/gtk+/gtk+-2.1.2.ebuild
index 3d6e99e46370..0cbb82416e60 100644
--- a/x11-libs/gtk+/gtk+-2.1.2.ebuild
+++ b/x11-libs/gtk+/gtk+-2.1.2.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.1.2.ebuild,v 1.6 2002/12/06 23:11:47 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.1.2.ebuild,v 1.7 2003/02/04 06:01:48 spider Exp $
IUSE="tiff doc jpeg directfb"
@@ -47,7 +47,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