summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-05-02 09:31:28 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-05-02 09:31:28 +0000
commit19ba47c85e9f1d6676399537fe031a5ae798d617 (patch)
tree9aaed99e54c0dd4795de8b3e8e89549a47e34675 /net-p2p
parentUpdate net-p2p/ctorrent to 3.3.1. (diff)
Fix build issue with gcc 3.4 on 6.x.
PR: ports/123297 Submitted by: Gea-Suan Lin
Notes
Notes: svn path=/head/; revision=212468
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rtorrent-devel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile
index 4a0cd28bdb0c..363ff706497a 100644
--- a/net-p2p/rtorrent-devel/Makefile
+++ b/net-p2p/rtorrent-devel/Makefile
@@ -24,4 +24,6 @@ DESCR= ${MASTERDIR}/pkg-descr
CONFLICTS= rtorrent-[0-9]*
+USE_GCC= 4.2+
+
.include "${MASTERDIR}/Makefile"