Use BROKEN_SSL

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-17 12:00:47 +00:00
parent 078f8ebdb2
commit 3e53fec47c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462140

View File

@ -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'