pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/libcassandra
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Mar 21 09:23:06 UTC 2018
Modified Files:
pkgsrc/databases/libcassandra: Makefile
Log Message:
libcassandra: Add -Wno-unknown-warning-option to support older clang.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/databases/libcassandra/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/libcassandra/Makefile
diff -u pkgsrc/databases/libcassandra/Makefile:1.38 pkgsrc/databases/libcassandra/Makefile:1.39
--- pkgsrc/databases/libcassandra/Makefile:1.38 Mon Jan 1 21:18:18 2018
+++ pkgsrc/databases/libcassandra/Makefile Wed Mar 21 09:23:06 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2018/01/01 21:18:18 adam Exp $
+# $NetBSD: Makefile,v 1.39 2018/03/21 09:23:06 jperkin Exp $
#
DISTNAME= libcassandra-20101010
@@ -36,6 +36,7 @@ MAKE_ENV+= AM_DEFAULT_VERBOSITY=1
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
+CXXFLAGS+= -Wno-unknown-warning-option
CXXFLAGS+= -Wno-c++11-extensions -Wno-error=unused-local-typedef
.endif
Home |
Main Index |
Thread Index |
Old Index