summaryrefslogtreecommitdiff
path: root/news/knews
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 /news/knews
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 'news/knews')
-rw-r--r--news/knews/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/knews/hacks.mk b/news/knews/hacks.mk
index 875f28c0ee3..2bc6f84fb06 100644
--- a/news/knews/hacks.mk
+++ b/news/knews/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1 2012/06/17 00:10:40 tron Exp $
+# $NetBSD: hacks.mk,v 1.2 2014/12/15 11:46:36 jperkin Exp $
### [Sun 17 Jun 2012 00:05:38 UTC : tron]
### GCC 4.2.1 (Based on Apple Inc. build 5658) as shipped with
@@ -7,5 +7,5 @@
.if !empty(MACHINE_PLATFORM:MDarwin-11.*-i386)
PKG_HACKS+= macosx-lion-compiler-hang
-BUILDLINK_TRANSFORM+= rename:-O2:-O1
+BUILDLINK_TRANSFORM+= opt:-O2:-O1
.endif