databases/libcassandra: DragonFly: Remove dependency on lang/gcc44
DragonFly is capable of building libcassandra without lang/gcc44.
This commit is contained in:
parent
279ca07fda
commit
c1a5ca6add
1 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2011/11/27 19:38:32 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2011/11/29 19:13:51 marino Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libcassandra-20101010
|
||||
|
@ -22,15 +22,19 @@ USE_TOOLS+= perl
|
|||
# libthrift is not clean
|
||||
BUILDLINK_TRANSFORM+= rm:-Wundef
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.include "../../devel/boost-headers/buildlink3.mk"
|
||||
.include "../../devel/boost-libs/buildlink3.mk"
|
||||
.include "../../devel/libthrift/buildlink3.mk"
|
||||
.if ${OPSYS} != "DragonFly"
|
||||
.include "../../lang/gcc44/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
.if ${OPSYS} != "DragonFly"
|
||||
.include "../../lang/gcc44/preconfigure.mk"
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS+= CPPFLAGS="-I${BUILDLINK_PREFIX.libthrift}/include/thrift -I${BUILDLINK_PREFIX.boost-headers}/include/boost"
|
||||
MAKE_ENV+= AM_DEFAULT_VERBOSITY=1
|
||||
|
|
Loading…
Reference in a new issue