diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 03:49:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 03:49:09 +0000 |
commit | 836c2938d13dd8f3de8529a539c0e99b8b132537 (patch) | |
tree | 011ecedd5c814f5703e586c87086601a7a0634a4 /databases/hamsterdb | |
parent | c4645f731a53ba79207bee6555d94df477deb0fc (diff) | |
download | ports-836c2938d13dd8f3de8529a539c0e99b8b132537.tar.gz ports-836c2938d13dd8f3de8529a539c0e99b8b132537.zip |
Notes
Diffstat (limited to 'databases/hamsterdb')
-rw-r--r-- | databases/hamsterdb/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/hamsterdb/Makefile b/databases/hamsterdb/Makefile index f5b21938ddd4..b602dd363bd5 100644 --- a/databases/hamsterdb/Makefile +++ b/databases/hamsterdb/Makefile @@ -12,14 +12,16 @@ COMMENT= Lightweight Embedded Database Engine LICENSE= APACHE20 +BROKEN_powerpc64= fails to configure: checking for the Boost system library... no + BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs +USES= alias gmake libtool +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-boost=${LOCALBASE} INSTALL_TARGET= install-strip CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -USES= alias gmake libtool -USE_LDCONFIG= yes HAM_DOCS= README INSTALL ChangeLog TODO AUTHORS CREDITS |