pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/libxml2
Module Name: pkgsrc
Committed By: thor
Date: Sun Dec 17 15:43:08 UTC 2023
Modified Files:
pkgsrc/textproc/libxml2: Makefile
Log Message:
textproc/libxml2: actually activate the added args from last commit
Intermediate testing caused the commmit to contain the wrong file.
To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 pkgsrc/textproc/libxml2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/libxml2/Makefile
diff -u pkgsrc/textproc/libxml2/Makefile:1.174 pkgsrc/textproc/libxml2/Makefile:1.175
--- pkgsrc/textproc/libxml2/Makefile:1.174 Sun Dec 17 15:42:08 2023
+++ pkgsrc/textproc/libxml2/Makefile Sun Dec 17 15:43:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.174 2023/12/17 15:42:08 thor Exp $
+# $NetBSD: Makefile,v 1.175 2023/12/17 15:43:08 thor Exp $
PKGREVISION= 5
.include "../../textproc/libxml2/Makefile.common"
@@ -14,8 +14,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSC
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
CONFIGURE_ARGS+= --with-lzma=${BUILDLINK_PREFIX.xz}
-#CONFIGURE_ARGS+= --with-ftp
-#CONFIGURE_ARGS+= --with-legacy
+CONFIGURE_ARGS+= --with-ftp
+CONFIGURE_ARGS+= --with-legacy
CONFIGURE_ARGS+= --without-python
PKGCONFIG_OVERRIDE= libxml-2.0.pc.in
Home |
Main Index |
Thread Index |
Old Index