From fbed588d9fe9d7f8650294756d727eb90452b147 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 27 Nov 2011 19:38:32 +0000 Subject: Disable -Wundef, it fails with libthrift. --- databases/libcassandra/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'databases/libcassandra') diff --git a/databases/libcassandra/Makefile b/databases/libcassandra/Makefile index 2eb6c61c5ea..bc5beab459c 100644 --- a/databases/libcassandra/Makefile +++ b/databases/libcassandra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/10/19 06:12:59 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/11/27 19:38:32 joerg Exp $ # DISTNAME= libcassandra-20101010 @@ -19,6 +19,9 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= perl +# libthrift is not clean +BUILDLINK_TRANSFORM+= rm:-Wundef + .include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/libthrift/buildlink3.mk" -- cgit v1.2.3