summaryrefslogtreecommitdiff
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/libreoffice4/Makefile4
-rw-r--r--misc/tmux/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile
index bcc114dae1b..76ba5c7dc71 100644
--- a/misc/libreoffice4/Makefile
+++ b/misc/libreoffice4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2014/11/20 16:04:15 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2014/12/15 11:46:35 jperkin Exp $
VERREL= 4.3.4
VERRC= 1
@@ -18,7 +18,7 @@ LICENSE= gnu-lgpl-v3
# With -O2, when preference window is opened, soffice.bin crashes with SIGFPE.
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-5.*)
-BUILDLINK_TRANSFORM+= rename:-O2:-O
+BUILDLINK_TRANSFORM+= opt:-O2:-O
.endif
CHECK_SHLIBS_SUPPORTED= no
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile
index d2df29e8433..c5e03614d87 100644
--- a/misc/tmux/Makefile
+++ b/misc/tmux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/02/22 23:32:30 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2014/12/15 11:46:36 jperkin Exp $
DISTNAME= tmux-1.9a
CATEGORIES= misc
@@ -16,7 +16,7 @@ USE_TERMINFO= yes
.include "../../mk/compiler.mk"
.if !empty(MACHINE_PLATFORM:MSunOS-5.1[0-9]-*) && \
!empty(CC_VERSION:Mgcc-4.[6-9].*)
-BUILDLINK_TRANSFORM+= rename:-D_XPG4_2:-D_XPG6
+BUILDLINK_TRANSFORM+= opt:-D_XPG4_2:-D_XPG6
.endif
.include "../../devel/libevent/buildlink3.mk"