summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-13 19:45:36 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-13 19:45:36 +0000
commitf8d59926c5c2f1f289b5217b2004a18f4db7e0b7 (patch)
treea53946aa67ae76ccade4472e46e7276753d9d060 /x11-libs/wxGTK
parentSorry Guys, we had to remove 0.1.1 - 0.1.3 (diff)
downloadgentoo-2-f8d59926c5c2f1f289b5217b2004a18f4db7e0b7.tar.gz
gentoo-2-f8d59926c5c2f1f289b5217b2004a18f4db7e0b7.tar.bz2
gentoo-2-f8d59926c5c2f1f289b5217b2004a18f4db7e0b7.zip
made zlib support mandatory
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r--x11-libs/wxGTK/wxGTK-2.3.3.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.3.3.ebuild b/x11-libs/wxGTK/wxGTK-2.3.3.ebuild
index cb639ce622c8..a2fbcb9c4923 100644
--- a/x11-libs/wxGTK/wxGTK-2.3.3.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.3.3.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/wxGTK/wxGTK-2.3.3.ebuild,v 1.5 2002/12/09 04:41:49 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.3.3.ebuild,v 1.6 2002/12/13 19:45:36 vapier Exp $
IUSE="nls odbc jpeg png opengl motif gif tiff gtk X"
@@ -63,9 +63,11 @@ src_compile() {
&& myconf="${myconf} --with-libtiff" \
|| myconf="${myconf} --without-libtiff"
- use zlib \
- && myconf="${myconf} --with-zlib" \
- || myconf="${myconf} --without-zlib"
+ # this doesnt work w/out zlib ... 2.3.3 was last ver checked
+# use zlib \
+# && myconf="${myconf} --with-zlib" \
+# || myconf="${myconf} --without-zlib"
+ myconf="${myconf} --with-zlib"
use odbc \
&& myconf="${myconf} --with-odbc" \