mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add USES=compiler to rtorrent port.
Various ports it depends on have the same USES and so honour the FAVORITE_COMPILER, and doing the dsame here avoids build problems when using FAVORITE_COMPILER=gcc. PR: 195397 Submitted by: Craig Wiesen <ctyz1999+bugzilla at gmail.com>
This commit is contained in:
parent
da34441f82
commit
c0f155d59b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373913
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= rtorrent
|
||||
PORTVERSION= 0.9.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
|
||||
|
||||
@ -14,7 +14,7 @@ RUN_DEPENDS= libtorrent=0.13.4_1:${PORTSDIR}/net-p2p/libtorrent
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USES= compiler:c++11-lang pkgconfig
|
||||
LDFLAGS+= -pthread
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user