summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authordrochner <drochner>2008-10-17 16:06:04 +0000
committerdrochner <drochner>2008-10-17 16:06:04 +0000
commitf8b68eabcd1df9d8f841b2a394525c3564f816d0 (patch)
tree6125d4aa5c7051622a579c438f3aef812fef664b /textproc
parent596ac403b74c712251774ee167c299751e378591 (diff)
downloadpkgsrc-f8b68eabcd1df9d8f841b2a394525c3564f816d0.tar.gz
restore the without-threads config arg which I accidentally commented
out in the last update, bump PKGREVISION fixes PR pkg/39755 by David A. Holland
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 93c7ab2019d..06ec4e28476 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2008/10/16 13:31:57 drochner Exp $
+# $NetBSD: Makefile,v 1.98 2008/10/17 16:06:04 drochner Exp $
DISTNAME= libxml2-2.7.2
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ftp://xmlsoft.org/libxml2/ \
http://xmlsoft.org/sources/
@@ -27,7 +28,7 @@ CONFIGURE_ARGS+= --without-python
# Don't use threads - it's not apparent whether it's necessary or not,
# and this library needs to be usable by non-threaded applications too
-#CONFIGURE_ARGS+= --without-threads
+CONFIGURE_ARGS+= --without-threads
MAKE_ENV+= PAX=${PAX:Q}