diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-20 20:37:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-20 20:37:41 +0000 |
commit | 59024b75d038c30b2b7f32f71af553c80639453b (patch) | |
tree | 52ac62383315cefe2c2ad36a2b75640e2b3854ea /net-p2p | |
parent | c6b433bdb5c5b3305b724a46df23fa3d8fc6392f (diff) | |
download | ports-59024b75d038c30b2b7f32f71af553c80639453b.tar.gz ports-59024b75d038c30b2b7f32f71af553c80639453b.zip |
Notes
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 |