diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 12:00:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 12:00:47 +0000 |
commit | 3e53fec47c44c437008795c759790ee79e86e08b (patch) | |
tree | a28effb362431149d3321bf753ad2bf68869e6af /net-p2p/libtorrent | |
parent | Use BROKEN_SSL (diff) |
Use BROKEN_SSL
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=462140
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 29b6fad452be..56bd480d8f11 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -12,6 +12,8 @@ COMMENT= BitTorrent Library written in C++ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_SSL= openssl-devel + CONFLICTS_INSTALL= rblibtorrent-[0-9]* rblibtorrent-devel-[0-9]* USES= compiler:c++11-lang libtool pathfix pkgconfig ssl @@ -35,10 +37,6 @@ KQUEUE_CONFIGURE_WITH= kqueue .include <bsd.port.pre.mk> -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - # Disable instrumentation, which requires 64-bit atomic ops, on i386 (when # using gcc) and powerpc to avoid linking errors: # /usr/local/lib/libtorrent.so: undefined reference to `__sync_add_and_fetch_8' |