summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-12-15 11:46:34 +0000
committerjperkin <jperkin@pkgsrc.org>2014-12-15 11:46:34 +0000
commit277db77dd8a596c47f10803983f41fba6d797769 (patch)
treecd9f54b486313d027f300d2b12ddcf5743a445ff /meta-pkgs/boost
parented18cb80675d5397338cc7af9a5cd752ff152d15 (diff)
downloadpkgsrc-277db77dd8a596c47f10803983f41fba6d797769.tar.gz
The "rename" rule is a published synonym for the "opt" transform rule, however
only the latter is supported by cwrappers. Change them all to "opt" rules for consistency and to gain compatibility with cwrappers.
Diffstat (limited to 'meta-pkgs/boost')
-rw-r--r--meta-pkgs/boost/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common
index b330f7f78a7..44e374a15da 100644
--- a/meta-pkgs/boost/Makefile.common
+++ b/meta-pkgs/boost/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.48 2014/12/08 03:50:02 rodent Exp $
+# $NetBSD: Makefile.common,v 1.49 2014/12/15 11:46:35 jperkin Exp $
#
# used by devel/boost-build/Makefile
# used by devel/boost-docs/Makefile
@@ -65,7 +65,7 @@ SUBST_SED.darwin= -e 's,-install_name ",-install_name "${PREFIX}/lib/,g'
TOOLS_PLATFORM.tar= #empty
. include "../../mk/compiler.mk"
. if !empty(CC_VERSION:Mgcc-4.[6-9]*)
-BUILDLINK_TRANSFORM+= rename:-D_XOPEN_SOURCE=500:-D_XOPEN_SOURCE=600
+BUILDLINK_TRANSFORM+= opt:-D_XOPEN_SOURCE=500:-D_XOPEN_SOURCE=600
. endif
. endif