summaryrefslogtreecommitdiff
path: root/databases/libcassandra
diff options
context:
space:
mode:
authorjoerg <joerg>2014-09-22 11:52:18 +0000
committerjoerg <joerg>2014-09-22 11:52:18 +0000
commit7d5d79aeff9c709f3eba608deab35e7af2e2a950 (patch)
treed30835c13621728734edd5c8f26daa9054c0ed3f /databases/libcassandra
parent96ebfbbc1668832fb9c4ab7a2ca3122d6105d577 (diff)
downloadpkgsrc-7d5d79aeff9c709f3eba608deab35e7af2e2a950.tar.gz
Don't bail out on unused local typedefs. Bump revision.
Diffstat (limited to 'databases/libcassandra')
-rw-r--r--databases/libcassandra/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libcassandra/Makefile b/databases/libcassandra/Makefile
index b64e03188d6..9eebf20b9d2 100644
--- a/databases/libcassandra/Makefile
+++ b/databases/libcassandra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2014/08/13 10:57:34 adam Exp $
+# $NetBSD: Makefile,v 1.26 2014/09/22 11:52:18 joerg Exp $
#
DISTNAME= libcassandra-20101010
@@ -36,7 +36,7 @@ MAKE_ENV+= AM_DEFAULT_VERBOSITY=1
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
-CXXFLAGS+= -Wno-c++11-extensions
+CXXFLAGS+= -Wno-c++11-extensions -Wno-error=unused-local-typedef
.endif
.include "../../mk/bsd.pkg.mk"