summaryrefslogtreecommitdiff
path: root/x11/wxGTK
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-31 18:48:43 +0000
committerjmmv <jmmv>2003-03-31 18:48:43 +0000
commitae4f9e5a6f8c0b2671d2cf283b7abf570726fead (patch)
tree510ced88039f4f6368e7de32cfd0a3a27f0fbe4e /x11/wxGTK
parentafe23acb4536746486be12b361c254704d68899d (diff)
downloadpkgsrc-ae4f9e5a6f8c0b2671d2cf283b7abf570726fead.tar.gz
Enable threading support.
Diffstat (limited to 'x11/wxGTK')
-rw-r--r--x11/wxGTK/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile
index bed82451413..5e0c27a5751 100644
--- a/x11/wxGTK/Makefile
+++ b/x11/wxGTK/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/03/31 17:44:21 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2003/03/31 18:48:43 jmmv Exp $
#
DISTNAME= wxGTK-2.4.0
@@ -19,7 +19,6 @@ CONFIGURE_ARGS+= --with-libjpeg=sys
CONFIGURE_ARGS+= --with-zlib=sys
CONFIGURE_ARGS+= --with-libpng=sys
CONFIGURE_ARGS+= --with-libtiff=sys
-CONFIGURE_ARGS+= --disable-threads
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
CPPFLAGS+= -Dunix=1 # src/common/unzip.c needs this
@@ -34,5 +33,5 @@ post-install:
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
-
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"