diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-12-15 11:46:34 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-12-15 11:46:34 +0000 |
commit | 277db77dd8a596c47f10803983f41fba6d797769 (patch) | |
tree | cd9f54b486313d027f300d2b12ddcf5743a445ff /meta-pkgs/boost | |
parent | ed18cb80675d5397338cc7af9a5cd752ff152d15 (diff) | |
download | pkgsrc-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.common | 4 |
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 |