summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-06-02 14:16:59 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-06-02 14:16:59 +0000
commit61a2db67dc31b8c9162907e8adb8e56f854fa260 (patch)
tree1f1d22ea73dda2623dc14a86a50dcd5363946bbe /net-p2p/libtorrent
parentUpdate to release 3, to make fetchable again. (diff)
Allow build with gcc 3.4+.
PR: ports/113238 Submitted by: Henrik Brix Andersen
Notes
Notes: svn path=/head/; revision=192581
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r--net-p2p/libtorrent/Makefile2
1 files changed, 1 insertions, 1 deletions
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