diff options
author | marino <marino@FreeBSD.org> | 2016-09-21 04:37:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-21 04:37:41 +0800 |
commit | 165d242dde285e9e26f7c6e5cc60cb03a0c8f90b (patch) | |
tree | 52ac62383315cefe2c2ad36a2b75640e2b3854ea /net-p2p | |
parent | b1562a3acf6c67df1e96a20ff0bfd3dad3e83c7e (diff) | |
download | freebsd-ports-gnome-165d242dde285e9e26f7c6e5cc60cb03a0c8f90b.tar.gz freebsd-ports-gnome-165d242dde285e9e26f7c6e5cc60cb03a0c8f90b.tar.zst freebsd-ports-gnome-165d242dde285e9e26f7c6e5cc60cb03a0c8f90b.zip |
net-p2p/zetacoin: set SSL flags for non-base SSL building
Approved by: SSL blanket
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/zetacoin/Makefile | 2 |
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 |