summaryrefslogtreecommitdiff
path: root/x11
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
commitc50ac64828bb38fcc9eb0c8b8bfc38505402d84d (patch)
treecd9f54b486313d027f300d2b12ddcf5743a445ff /x11
parentbea51dfcd4594261aa01404220f8f2aef6d5a75d (diff)
downloadpkgsrc-c50ac64828bb38fcc9eb0c8b8bfc38505402d84d.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')
-rw-r--r--x11/pixman/builtin.mk4
-rw-r--r--x11/qt4-libs/hacks.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/pixman/builtin.mk b/x11/pixman/builtin.mk
index c1c7d76ac07..7c6431e592c 100644
--- a/x11/pixman/builtin.mk
+++ b/x11/pixman/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.7 2014/03/10 11:05:53 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.8 2014/12/15 11:46:36 jperkin Exp $
BUILTIN_PKG:= pixman
PKGCONFIG_FILE.pixman= ${X11BASE}/lib/pkgconfig/pixman-1.pc
@@ -14,5 +14,5 @@ CHECK_BUILTIN.pixman?= no
.if !empty(CHECK_BUILTIN.pixman:M[nN][oO]) && \
!empty(USE_BUILTIN.pixman:M[Yy][Ee][Ss]) && \
!empty(MACHINE_PLATFORM:MDarwin-9.*-*)
-BUILDLINK_TRANSFORM+= rename:-lpixman-1.0.10.0:-lpixman-1
+BUILDLINK_TRANSFORM+= opt:-lpixman-1.0.10.0:-lpixman-1
.endif
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