From 90062e98acae2b3a73bdb3506cb1492e6cd61cfe Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 22 Sep 2014 11:52:18 +0000 Subject: Don't bail out on unused local typedefs. Bump revision. --- databases/libcassandra/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/libcassandra') 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" -- cgit v1.2.3