Date: Tue, 23 Apr 2019 16:53:10 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499769 - head/net-p2p/py-libtorrent-rasterbar Message-ID: <201904231653.x3NGrATb088717@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Apr 23 16:53:10 2019 New Revision: 499769 URL: https://svnweb.freebsd.org/changeset/ports/499769 Log: net-p2p/py-libtorrent-rasterbar: fix build with GCC-based architectures PR: 237498 Reported by: pkubaj Modified: head/net-p2p/py-libtorrent-rasterbar/Makefile Modified: head/net-p2p/py-libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/py-libtorrent-rasterbar/Makefile Tue Apr 23 16:38:13 2019 (r499768) +++ head/net-p2p/py-libtorrent-rasterbar/Makefile Tue Apr 23 16:53:10 2019 (r499769) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904231653.x3NGrATb088717>