diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2010-10-16 11:43:30 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2010-10-16 11:43:30 +0000 |
commit | 4e065644658ced22f487deb59f503cfce150dad0 (patch) | |
tree | 27749d80efc7eff0de3b67d2fd8a34a80e55e30b /databases/libcassandra/Makefile | |
parent | 829a8d65415d4eb116d091f5761b3d771d3dfc4c (diff) | |
download | pkgsrc-4e065644658ced22f487deb59f503cfce150dad0.tar.gz |
Update libcassandra to version 20101010. Changes since 20100501:
- Rewritten parts in C++0x
- Lots of bugfixes
- Added some header files
Diffstat (limited to 'databases/libcassandra/Makefile')
-rw-r--r-- | databases/libcassandra/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/databases/libcassandra/Makefile b/databases/libcassandra/Makefile index 7fbbef71111..b2c9fd20a5b 100644 --- a/databases/libcassandra/Makefile +++ b/databases/libcassandra/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/01 15:09:44 tonnerre Exp $ +# $NetBSD: Makefile,v 1.2 2010/10/16 11:43:30 tonnerre Exp $ # -DISTNAME= libcassandra-20100501 +DISTNAME= libcassandra-20101010 CATEGORIES= databases MASTER_SITES= ftp://ftp.ancient-solutions.com/pub/bsdprojects/NetBSD/packages/distfiles/ MAINTAINER= tonnerre@NetBSD.org HOMEPAGE= http://github.com/posulliv/libcassandra/ +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir @@ -17,11 +18,16 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes .include "../../devel/boost-headers/buildlink3.mk" +.include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/libthrift/buildlink3.mk" +.include "../../lang/gcc44/buildlink3.mk" .include "../../mk/bsd.prefs.mk" -CONFIGURE_ARGS+= CPPFLAGS="-I${BUILDLINK_PREFIX.libthrift:Q}/include/thrift -I${BUILDLINK_PREFIX.boost-headers}/include/boost" +pre-configure: +.include "../../lang/gcc44/preconfigure.mk" + +CONFIGURE_ARGS+= CPPFLAGS="-I${BUILDLINK_PREFIX.libthrift}/include/thrift -I${BUILDLINK_PREFIX.boost-headers}/include/boost" MAKE_ENV+= AM_DEFAULT_VERBOSITY=1 .include "../../mk/bsd.pkg.mk" |