From 9e3d3eae4c5e2e2a9b3f699dbbdbe67633819a23 Mon Sep 17 00:00:00 2001 From: hans Date: Fri, 4 Nov 2011 18:15:30 +0000 Subject: libtorrent and rtorrent need gcc>=4.2.1 (http://libtorrent.rakshasa.no/ticket/2088) Fixes a build problem seen on NetBSD/sparc64 5.x --- net/rtorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/rtorrent') diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index c69c2fbf312..7f47c5333c5 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2011/09/29 16:53:14 tron Exp $ +# $NetBSD: Makefile,v 1.44 2011/11/04 18:15:30 hans Exp $ DISTNAME= rtorrent-0.8.9 PKGREVISION= 2 @@ -17,7 +17,7 @@ USE_LIBTOOL= yes USE_NCURSES= yes # chgat USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes -GCC_REQD+= 3.3 +GCC_REQD+= 4.2.1 .include "../../mk/pthread.buildlink3.mk" LDFLAGS+= ${PTHREAD_LDFLAGS} -- cgit v1.2.3