summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-01-16 12:35:12 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-01-16 12:35:12 +0000
commitbd4bc90ef4a8bd15b22a4cb43e90a4dbec128e9a (patch)
tree85427bba4ba2770e39070a69bc45e96f58c42c4d
parentdevel/chora: upgrade to 1.2. (diff)
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
-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 \