diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-12-11 09:27:52 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-12-11 09:27:52 +0000 |
commit | 6e28f35c2ce948494d9f40dd22f2a55d90f7e43a (patch) | |
tree | 97fe64de1133f7f4fc8d535e1adb7254733bc1c5 /net-p2p | |
parent | fd63fe95e2d9045368729258fc406f5f2800101b (diff) | |
download | ports-6e28f35c2ce948494d9f40dd22f2a55d90f7e43a.tar.gz ports-6e28f35c2ce948494d9f40dd22f2a55d90f7e43a.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index b9fd4d15b11b..fd13e1e22a60 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -24,6 +24,8 @@ CONFLICTS?= rtorrent-devel-[0-9]* MAN1= rtorrent.1 +USE_GCC= 4.2+ + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug |