summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:00:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:00:47 +0000
commit3e53fec47c44c437008795c759790ee79e86e08b (patch)
treea28effb362431149d3321bf753ad2bf68869e6af /net-p2p/libtorrent
parentUse 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/Makefile6
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'