From 61a2db67dc31b8c9162907e8adb8e56f854fa260 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Sat, 2 Jun 2007 14:16:59 +0000 Subject: [PATCH] Allow build with gcc 3.4+. PR: ports/113238 Submitted by: Henrik Brix Andersen --- net-p2p/libtorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 598df51a3eee..228fe9dbd256 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -23,7 +23,7 @@ CONFLICTS?= libtorrent-devel-[0-9]* \ rblibtorrent-devel-[0-9]* USE_AUTOTOOLS= libtool:15 -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GNOME= pkgconfig gnomehack USE_OPENSSL= yes USE_LDCONFIG= yes