pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/waf
Module Name: pkgsrc
Committed By: leot
Date: Sat Jun 18 10:30:14 UTC 2016
Modified Files:
pkgsrc/devel/waf: waf.mk
Log Message:
Use += instead of = for appeding to WAF_ARGS (permitting to add more per-package
WAF_ARGS if needed).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/waf/waf.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/waf/waf.mk
diff -u pkgsrc/devel/waf/waf.mk:1.3 pkgsrc/devel/waf/waf.mk:1.4
--- pkgsrc/devel/waf/waf.mk:1.3 Sat Jun 18 10:16:07 2016
+++ pkgsrc/devel/waf/waf.mk Sat Jun 18 10:30:14 2016
@@ -1,4 +1,4 @@
-# $NetBSD: waf.mk,v 1.3 2016/06/18 10:16:07 leot Exp $
+# $NetBSD: waf.mk,v 1.4 2016/06/18 10:30:14 leot Exp $
WAF_ENV+= CC=${CC:Q}
WAF_ENV+= CFLAGS=${CFLAGS:Q}
@@ -20,7 +20,7 @@ WAF_ENV+= LC_ALL="en_US.UTF-8"
WAF_HAS_MANDIR?= yes
.if !empty(WAF_HAS_MANDIR:M[yY][eE][sS])
-WAF_ARGS= --mandir=${PREFIX}/${PKGMANDIR}
+WAF_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
.endif
post-extract:
Home |
Main Index |
Thread Index |
Old Index