pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/synergy more -Wno-foo for clang
details: https://anonhg.NetBSD.org/pkgsrc/rev/722fbacaedd6
branches: trunk
changeset: 359071:722fbacaedd6
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Feb 26 18:41:59 2017 +0000
description:
more -Wno-foo for clang
diffstat:
net/synergy/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r bfe642db392a -r 722fbacaedd6 net/synergy/Makefile
--- a/net/synergy/Makefile Sun Feb 26 15:39:59 2017 +0000
+++ b/net/synergy/Makefile Sun Feb 26 18:41:59 2017 +0000
@@ -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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index