pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/synergy
Module Name: pkgsrc
Committed By: tnn
Date: Sun Feb 26 18:42:00 UTC 2017
Modified Files:
pkgsrc/net/synergy: Makefile
Log Message:
more -Wno-foo for clang
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/synergy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/synergy/Makefile
diff -u pkgsrc/net/synergy/Makefile:1.39 pkgsrc/net/synergy/Makefile:1.40
--- pkgsrc/net/synergy/Makefile:1.39 Sun Jan 1 16:06:34 2017
+++ pkgsrc/net/synergy/Makefile Sun Feb 26 18:41:59 2017
@@ -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"
Home |
Main Index |
Thread Index |
Old Index