summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2017-02-26 18:41:59 +0000
committertnn <tnn>2017-02-26 18:41:59 +0000
commite6410f5e08ca452ca136c1adea2b43b0fb3593e1 (patch)
tree153c3e4e5736ae8fcf06ae9cd870c05a71298bff
parenta09d486b9fdb12626189d1c931b40d212990949c (diff)
downloadpkgsrc-e6410f5e08ca452ca136c1adea2b43b0fb3593e1.tar.gz
more -Wno-foo for clang
-rw-r--r--net/synergy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/synergy/Makefile b/net/synergy/Makefile
index ab5f4c03079..68a3c493cec 100644
--- a/net/synergy/Makefile
+++ b/net/synergy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2017/01/01 16:06:34 adam Exp $
+# $NetBSD: Makefile,v 1.40 2017/02/26 18:41:59 tnn Exp $
DISTNAME= synergy-1.8.6
PKGREVISION= 1
@@ -58,10 +58,10 @@ do-install:
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -std=c++11 -Wno-switch -Wno-unused \
-Wno-deprecated-register -Wno-tautological-compare \
- -Wno-logical-op-parentheses
+ -Wno-logical-op-parentheses -Wno-null-dereference
CWRAPPERS_APPEND.cxx+= -std=c++11 -Wno-switch -Wno-unused \
-Wno-deprecated-register -Wno-tautological-compare \
- -Wno-logical-op-parentheses
+ -Wno-logical-op-parentheses -Wno-null-dereference
.endif
.include "../../mk/endian.mk"