summaryrefslogtreecommitdiff
path: root/mail
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 /mail
parente554a8bd3f109d3bbafbe3e87fba7ceee67f30e2 (diff)
downloadpkgsrc-55a2c2de4602e2e897b54c4b5fdf0500bac1d183.tar.gz
Support cwrappers for packages appending arguments in the wrappers.
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-notification/Makefile3
-rw-r--r--mail/milter-regex/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile
index 446f31939d0..f36ba63fe7b 100644
--- a/mail/mail-notification/Makefile
+++ b/mail/mail-notification/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2014/08/21 13:21:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.90 2014/12/01 12:39:17 joerg Exp $
#
DISTNAME= mail-notification-5.4
@@ -55,6 +55,7 @@ CONFIGURE_ARGS+= ssl=no
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+= -Wno-unused-function
+CWRAPPERS_APPEND.cc+= -Wno-unused-function
.endif
do-build:
diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile
index 59dc07d3b06..46ad6f8bbc5 100644
--- a/mail/milter-regex/Makefile
+++ b/mail/milter-regex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/10/15 14:44:42 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2014/12/01 12:39:17 joerg Exp $
DISTNAME= milter-regex-1.7
PKGREVISION= 2
@@ -33,6 +33,7 @@ SUBST_SED.var= -e 's|/var/spool|${VARBASE}|g'
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+= -Wno-unused-const-variable
+CWRAPPERS_APPEND.cc+= -Wno-unused-const-variable
.endif
do-install: