svn commit: r499769 - head/net-p2p/py-libtorrent-rasterbar

Yuri Victorovich yuri at FreeBSD.org
Tue Apr 23 16:53:11 UTC 2019


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


More information about the svn-ports-all mailing list