summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2013-09-10 14:42:19 +0000
committerjoerg <joerg>2013-09-10 14:42:19 +0000
commit891a6226635e856bc0e181b628d33c6237e853f9 (patch)
tree7e5b56e95b7a9c2a57cc4750c0d3c5c6510f7d20 /sysutils
parent035789076ff59a88f5a4fc725d6a91dd6f35b358 (diff)
downloadpkgsrc-891a6226635e856bc0e181b628d33c6237e853f9.tar.gz
Drop -Wno-traditional for clang.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bkpupsd/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile
index c4793c7c915..6fba53b803e 100644
--- a/sysutils/bkpupsd/Makefile
+++ b/sysutils/bkpupsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2013/04/01 12:33:04 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2013/09/10 14:42:19 joerg Exp $
#
DISTNAME= bkpupsd-2.2.1
@@ -40,4 +40,9 @@ pre-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.ja ${DESTDIR}${DOCDIR}
+.include "../../mk/compiler.mk"
+.if !empty(PKGSRC_COMPILER:Mclang)
+BUILDLINK_TRANSFORM+= rm:-Wno-traditional
+.endif
+
.include "../../mk/bsd.pkg.mk"