net-p2p/py-libtorrent-rasterbar: fix build with GCC-based architectures

PR:		237498
Reported by:	pkubaj
This commit is contained in:
Yuri Victorovich 2019-04-23 16:53:10 +00:00
parent 6222629454
commit a14b403237
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499769

View File

@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/../../COPYING
LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \
${PY_BOOST}
USES= iconv localbase python
USES= compiler:c11 iconv localbase python
USE_PYTHON= distutils autoplist
CFLAGS+= -DTORRENT_DISABLE_LOGGING # undefined symbol: https://github.com/arvidn/libtorrent/issues/3331