summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2003-09-13 07:23:36 +0000
committerjdolecek <jdolecek>2003-09-13 07:23:36 +0000
commitaed55125a38179d0a53f46879e4563e2d5f0d816 (patch)
treed05917830176d0399af3875fbefc83ec34464ff0 /textproc
parentc8ffed2a37a73c5d7b5d511a9da0a3f5b75eb944 (diff)
downloadpkgsrc-aed55125a38179d0a53f46879e4563e2d5f0d816.tar.gz
disable threads - it's not clear this is necessary (it's only used
for some optional internal locking), and this library needs to be usable by nonthreaded programs too, like php4-domxml bump PKGREVISION for this; buildlink not changed, since library users generally don't care about this
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml2/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 4b763a0996e..17fbf4ba163 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2003/08/29 11:22:21 xtraeme Exp $
+# $NetBSD: Makefile,v 1.36 2003/09/13 07:23:36 jdolecek Exp $
DISTNAME= libxml2-${LIBXML_VERSION}
CATEGORIES= textproc
@@ -16,6 +16,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml-2.0.pc.in
LIBXML_VERSION= 2.5.10
+PKGREVISION= 1
PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION}
GNU_CONFIGURE= yes
@@ -23,6 +24,10 @@ CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
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
+
MAKE_ENV+= PAX=${PAX:Q}
TEST_TARGET= check
@@ -34,5 +39,4 @@ CFLAGS+= -DXML_XML_DEFAULT_CATALOG=\"\\\"${XML_DEFAULT_CATALOG}\\\"\"
.include "../../converters/libiconv/buildlink2.mk"
.include "../../textproc/xmlcatmgr/catalogs.mk"
-.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"