diff options
author | jperkin <jperkin> | 2014-12-15 11:46:34 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-12-15 11:46:34 +0000 |
commit | 1430db6b8be216ffc71881f2d18ffc7b558c390d (patch) | |
tree | cd9f54b486313d027f300d2b12ddcf5743a445ff /x11/qt4-libs | |
parent | 646c8d2cb48ff87583d54c3cc24b89e7a6608899 (diff) | |
download | pkgsrc-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 'x11/qt4-libs')
-rw-r--r-- | x11/qt4-libs/hacks.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4-libs/hacks.mk b/x11/qt4-libs/hacks.mk index 6147891f1c6..00badeda0e2 100644 --- a/x11/qt4-libs/hacks.mk +++ b/x11/qt4-libs/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.2 2012/09/20 08:38:40 apb Exp $ +# $NetBSD: hacks.mk,v 1.3 2014/12/15 11:46:36 jperkin Exp $ ### [Wed Aug 3 12:18:16 UTC 2011 : tron] ### If "qmake" is build with "-O2" or better with "g++" under Mac OS X the @@ -7,7 +7,7 @@ . include "../../mk/compiler.mk" . if !empty(CC_VERSION:Mgcc*) PKG_HACKS+= macosx-codegen -BUILDLINK_TRANSFORM+= rename:-O[0-9]*:-O1 +BUILDLINK_TRANSFORM+= opt:-O[0-9]*:-O1 . endif .endif |