summaryrefslogtreecommitdiff
path: root/emulators/tme
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-12-01 12:39:16 +0000
committerjoerg <joerg@pkgsrc.org>2014-12-01 12:39:16 +0000
commit55a2c2de4602e2e897b54c4b5fdf0500bac1d183 (patch)
treea72e8e5f647f1d5a7090f9839adb32b77937d891 /emulators/tme
parente554a8bd3f109d3bbafbe3e87fba7ceee67f30e2 (diff)
downloadpkgsrc-55a2c2de4602e2e897b54c4b5fdf0500bac1d183.tar.gz
Support cwrappers for packages appending arguments in the wrappers.
Diffstat (limited to 'emulators/tme')
-rw-r--r--emulators/tme/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile
index 45e610c6219..551bbd9a07f 100644
--- a/emulators/tme/Makefile
+++ b/emulators/tme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2014/06/27 00:07:27 asau Exp $
+# $NetBSD: Makefile,v 1.54 2014/12/01 12:39:17 joerg Exp $
#
DISTNAME= tme-0.8
@@ -28,10 +28,18 @@ _WRAP_EXTRA_ARGS.CC+= -Wno-error=tautological-compare \
-Wno-error=sometimes-uninitialized \
-Wno-error=unused-function \
-Wno-error=absolute-value
+CWRAPPERS_APPEND.cc+= -Wno-error=tautological-compare \
+ -Wno-error=sometimes-uninitialized \
+ -Wno-error=unused-function \
+ -Wno-error=absolute-value
.elif !empty(CC_VERSION:Mgcc-4.8.*)
_WRAP_EXTRA_ARGS.CC+= -Wno-error=unused-but-set-variable \
-Wno-error=array-bounds \
-fno-strict-aliasing
+CWRAPPERS_APPEND.cc+= -Wno-error=unused-but-set-variable \
+ -Wno-error=array-bounds \
+ -fno-strict-aliasing
+
.endif
PLIST_VARS+= bsd