From c0f155d59b7bfa3f9e647a5614ff4f900f210794 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Thu, 4 Dec 2014 14:57:47 +0000 Subject: [PATCH] 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 --- net-p2p/rtorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 0e680327b103..28d466ec5c35 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -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