summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-04-23 13:17:52 +0000
committerfhajny <fhajny>2014-04-23 13:17:52 +0000
commit643d767bf41d3b7b5866e81df39b5e3d43663c2b (patch)
tree00b37d747ce4e2977463c44d4ef9a1887329024e /databases
parentd8d4eee3f431342ac7d3c5374dd72b9a88a4dd15 (diff)
downloadpkgsrc-643d767bf41d3b7b5866e81df39b5e3d43663c2b.tar.gz
Disable 64bit handling logic in configure, fixes build on SunOS.
Diffstat (limited to 'databases')
-rw-r--r--databases/libcassandra/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/libcassandra/Makefile b/databases/libcassandra/Makefile
index 989336bbf45..ef1c0e8353e 100644
--- a/databases/libcassandra/Makefile
+++ b/databases/libcassandra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/02/12 23:17:38 tron Exp $
+# $NetBSD: Makefile,v 1.23 2014/04/23 13:17:52 fhajny Exp $
#
DISTNAME= libcassandra-20101010
@@ -31,6 +31,7 @@ GCC_REQD+= 4.4
.include "../../devel/libthrift/buildlink3.mk"
CONFIGURE_ARGS+= CPPFLAGS="-I${BUILDLINK_PREFIX.libthrift}/include/thrift -I${BUILDLINK_PREFIX.boost-headers}/include/boost"
+CONFIGURE_ARGS+= --disable-64bit
MAKE_ENV+= AM_DEFAULT_VERBOSITY=1
.include "../../mk/compiler.mk"