summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-12-15 11:46:34 +0000
committerjperkin <jperkin>2014-12-15 11:46:34 +0000
commit1430db6b8be216ffc71881f2d18ffc7b558c390d (patch)
treecd9f54b486313d027f300d2b12ddcf5743a445ff /meta-pkgs/boost
parent646c8d2cb48ff87583d54c3cc24b89e7a6608899 (diff)
downloadpkgsrc-1430db6b8be216ffc71881f2d18ffc7b558c390d.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