summaryrefslogtreecommitdiff
path: root/lang/sather
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 /lang/sather
parente554a8bd3f109d3bbafbe3e87fba7ceee67f30e2 (diff)
downloadpkgsrc-55a2c2de4602e2e897b54c4b5fdf0500bac1d183.tar.gz
Support cwrappers for packages appending arguments in the wrappers.
Diffstat (limited to 'lang/sather')
-rw-r--r--lang/sather/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile
index 93735c8ca23..0b1c63b66c7 100644
--- a/lang/sather/Makefile
+++ b/lang/sather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2014/06/29 05:12:42 dholland Exp $
+# $NetBSD: Makefile,v 1.59 2014/12/01 12:39:17 joerg Exp $
DISTNAME= sather-1.2.3
PKGREVISION= 10
@@ -102,6 +102,7 @@ do-install:
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+= -Wno-error=return-type -Wno-comment -Wno-parentheses-equality
+CWRAPPERS_APPEND.cc+= -Wno-error=return-type -Wno-comment -Wno-parentheses-equality
.endif
.include "../../devel/boehm-gc/buildlink3.mk"