From ec205c5696df459a21ac54b63b3428cf69439d42 Mon Sep 17 00:00:00 2001 From: koobs Date: Tue, 24 Feb 2015 11:37:49 +0000 Subject: net-p2p/bitcoin: Reinstate BDB includes for WALLET option Re-add removed BDB includes and library paths to CXXFLAGS/LIBS for the WALLET options. Without them ./configure bombs out. --- net-p2p/bitcoin/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net-p2p') diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 212bf1391394..bbe82c955d48 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -3,6 +3,7 @@ PORTNAME= bitcoin PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com @@ -63,6 +64,8 @@ QRCODES_CONFIGURE_WITH= qrencode QRCODES_LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode WALLET_CONFIGURE_ENABLE= wallet +WALLET_CXXFLAGS= -I${BDB_INCLUDE_DIR} +WALLET_LIBS= -L${BDB_LIB_DIR} WALLET_USE= BDB=48 GH_ACCOUNT= bitcoin -- cgit