summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortnn <tnn>2015-02-21 09:19:17 +0000
committertnn <tnn>2015-02-21 09:19:17 +0000
commitddfc3dda5626d6c16aa16639e63049ff9616305e (patch)
tree65b125dc592cafdeb20ab0e8c78651614692afee /net
parenta1ddad169263fd273703a36c47709e0b50c56a1b (diff)
downloadpkgsrc-ddfc3dda5626d6c16aa16639e63049ff9616305e.tar.gz
-Wno-foo for clang
Diffstat (limited to 'net')
-rw-r--r--net/synergy/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/synergy/Makefile b/net/synergy/Makefile
index a8f9e30fccb..986edb2ff18 100644
--- a/net/synergy/Makefile
+++ b/net/synergy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/02/03 19:08:55 tnn Exp $
+# $NetBSD: Makefile,v 1.25 2015/02/21 09:19:17 tnn Exp $
#
DISTNAME= synergy-1.6.2
@@ -49,8 +49,10 @@ do-install:
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
-_WRAP_EXTRA_ARGS.CXX+= -std=c++11
-CWRAPPERS_APPEND.cxx+= -std=c++11
+_WRAP_EXTRA_ARGS.CXX+= -std=c++11 -Wno-switch -Wno-unused \
+ -Wno-deprecated-register -Wno-tautological-compare
+CWRAPPERS_APPEND.cxx+= -std=c++11 -Wno-switch -Wno-unused \
+ -Wno-deprecated-register -Wno-tautological-compare
.endif
# tools/cryptopp562/GNUmakefile