pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/libxml2 restore the without-threads config ar...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e175e24bc22d
branches: trunk
changeset: 548565:e175e24bc22d
user: drochner <drochner%pkgsrc.org@localhost>
date: Fri Oct 17 16:06:04 2008 +0000
description:
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:
textproc/libxml2/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r b4c3b34bb87a -r e175e24bc22d textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Fri Oct 17 15:19:25 2008 +0000
+++ b/textproc/libxml2/Makefile Fri Oct 17 16:06:04 2008 +0000
@@ -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 @@
# 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}
Home |
Main Index |
Thread Index |
Old Index