summaryrefslogtreecommitdiff
path: root/databases/libcassandra
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-11-27 19:38:32 +0000
committerjoerg <joerg@pkgsrc.org>2011-11-27 19:38:32 +0000
commitfbed588d9fe9d7f8650294756d727eb90452b147 (patch)
treecb14b2184c159e9a41529c80980352b8ed9adb00 /databases/libcassandra
parent9db1ff9b9bef5c25f23ccd1be71ac07e29b4ff39 (diff)
downloadpkgsrc-fbed588d9fe9d7f8650294756d727eb90452b147.tar.gz
Disable -Wundef, it fails with libthrift.
Diffstat (limited to 'databases/libcassandra')
-rw-r--r--databases/libcassandra/Makefile5
1 files changed, 4 insertions, 1 deletions
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"