diff options
author | flz <flz@FreeBSD.org> | 2007-06-02 22:20:24 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-06-02 22:20:24 +0800 |
commit | 0e2070945a8172aa76b29f0fc0982520e43ab3a3 (patch) | |
tree | b3534c63b364ff06f0fbdc419ba4555ea129364e /net-p2p | |
parent | e59478b99ab6d1a1f23ad5c1453fd2693f06a8b1 (diff) | |
download | freebsd-ports-gnome-0e2070945a8172aa76b29f0fc0982520e43ab3a3.tar.gz freebsd-ports-gnome-0e2070945a8172aa76b29f0fc0982520e43ab3a3.tar.zst freebsd-ports-gnome-0e2070945a8172aa76b29f0fc0982520e43ab3a3.zip |
Allow build with gcc 3.4+.
PR: ports/113237
Submitted by: Henrik Brix Andersen
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 6cefd76174cc..7244539f00f5 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -26,7 +26,7 @@ CONFLICTS?= rtorrent-devel-[0-9]* MAN1= rtorrent.1 -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug |