pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xerces-c Use "+=" instead of "=" for CONFIGUR...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4abb4123d960
branches: trunk
changeset: 501582:4abb4123d960
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 23 23:35:17 2005 +0000
description:
Use "+=" instead of "=" for CONFIGURE_ARGS.* and PLIST_SUBST.*.
diffstat:
textproc/xerces-c/Makefile | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r fc645ee87c36 -r 4abb4123d960 textproc/xerces-c/Makefile
--- a/textproc/xerces-c/Makefile Sun Oct 23 23:32:47 2005 +0000
+++ b/textproc/xerces-c/Makefile Sun Oct 23 23:35:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/05/22 20:08:36 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/10/23 23:35:17 rillig Exp $
#
DISTNAME= xerces-c-src_2_3_0
@@ -36,11 +36,13 @@
CONFIGURE_ARGS+= -r none # threading
CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${ICONV_TYPE}-iconv}
-CONFIGURE_ARGS.gnu-iconv= -t IconvGNU # transcoder
-PLIST_SUBST.gnu-iconv= NATIVEICONV="@comment " GNUICONV=""
+CONFIGURE_ARGS.gnu-iconv+= -t IconvGNU # transcoder
+PLIST_SUBST.gnu-iconv+= NATIVEICONV="@comment "
+PLIST_SUBST.gnu-iconv+= GNUICONV=""
-CONFIGURE_ARGS.native-iconv= -t native # transcoder
-PLIST_SUBST.native-iconv= NATIVEICONV="" GNUICONV="@comment "
+CONFIGURE_ARGS.native-iconv+= -t native # transcoder
+PLIST_SUBST.native-iconv+= NATIVEICONV=""
+PLIST_SUBST.native-iconv+= GNUICONV="@comment "
CONFIGURE_ENV+= ${XERCES_ENV}
MAKE_ENV+= ${XERCES_ENV}
Home |
Main Index |
Thread Index |
Old Index