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
This commit is contained in:
drochner 2008-10-17 16:06:04 +00:00
parent 8e9f9d3520
commit 44d30dc4d1

View file

@ -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}