aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-01-16 20:35:12 +0800
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-01-16 20:35:12 +0800
commitbd4bc90ef4a8bd15b22a4cb43e90a4dbec128e9a (patch)
tree85427bba4ba2770e39070a69bc45e96f58c42c4d /x11-toolkits
parent904b85e26155d75cdada9e8dd47ea495706e1592 (diff)
downloadfreebsd-ports-bd4bc90ef4a8bd15b22a4cb43e90a4dbec128e9a.tar.gz
freebsd-ports-bd4bc90ef4a8bd15b22a4cb43e90a4dbec128e9a.tar.zst
freebsd-ports-bd4bc90ef4a8bd15b22a4cb43e90a4dbec128e9a.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>
Notes
Notes: svn path=/head/; revision=73249
Diffstat (limited to 'x11-toolkits')
-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 \