aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2003-01-16 20:35:12 +0800
committersobomax <sobomax@FreeBSD.org>2003-01-16 20:35:12 +0800
commit165bbab336eeaee6b882f36252d15ee5c8bcc113 (patch)
treeb96b9b14559f21afce881d21b041a0288d651ddd
parentf418dcdd4aae3e637be45537cbd1ac83eaab6b79 (diff)
downloadfreebsd-ports-gnome-165bbab336eeaee6b882f36252d15ee5c8bcc113.tar.gz
freebsd-ports-gnome-165bbab336eeaee6b882f36252d15ee5c8bcc113.tar.zst
freebsd-ports-gnome-165bbab336eeaee6b882f36252d15ee5c8bcc113.zip
Use buindled libz, since version 1.1.4 is required, while 4.7 only has 1.1.3.
Submitted by: Thierry Thomas <thierry@pompo.net>
-rw-r--r--x11-toolkits/wxgtk-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk-devel/Makefile b/x11-toolkits/wxgtk-devel/Makefile
index 3abc3544798f..77c799cf9bd6 100644
--- a/x11-toolkits/wxgtk-devel/Makefile
+++ b/x11-toolkits/wxgtk-devel/Makefile
@@ -32,7 +32,7 @@ INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-libpng=sys \
--with-libjpeg=sys \
--with-libtiff=sys \
- --with-zlib=sys \
+ --with-zlib=builtin \
--with-opengl
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} \
-I${WRKSRC}/include \