aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/zetacoin
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-20 20:37:41 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-20 20:37:41 +0000
commit59024b75d038c30b2b7f32f71af553c80639453b (patch)
tree52ac62383315cefe2c2ad36a2b75640e2b3854ea /net-p2p/zetacoin
parentc6b433bdb5c5b3305b724a46df23fa3d8fc6392f (diff)
downloadports-59024b75d038c30b2b7f32f71af553c80639453b.tar.gz
ports-59024b75d038c30b2b7f32f71af553c80639453b.zip
net-p2p/zetacoin: set SSL flags for non-base SSL building
Approved by: SSL blanket
Notes
Notes: svn path=/head/; revision=422543
Diffstat (limited to 'net-p2p/zetacoin')
-rw-r--r--net-p2p/zetacoin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile
index 2858ad4b74b9..ff459712ba67 100644
--- a/net-p2p/zetacoin/Makefile
+++ b/net-p2p/zetacoin/Makefile
@@ -14,6 +14,8 @@ LICENSE= MIT
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs
USES+= autoreconf compiler:c++0x gmake libtool pkgconfig:build ssl
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
BROKEN_armv6= AtomicPointer not implemented