aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-08-29 08:52:50 +0800
committeralepulver <alepulver@FreeBSD.org>2007-08-29 08:52:50 +0800
commit1c40f29e186b2daffcbabf530b41b753d0bfe9d3 (patch)
tree72b3f298c798be6aa52f1baa5332015f193e4c4c /net-p2p
parent138e28fcbb29086278c0e964b5e96721d45c7e85 (diff)
downloadfreebsd-ports-gnome-1c40f29e186b2daffcbabf530b41b753d0bfe9d3.tar.gz
freebsd-ports-gnome-1c40f29e186b2daffcbabf530b41b753d0bfe9d3.tar.zst
freebsd-ports-gnome-1c40f29e186b2daffcbabf530b41b753d0bfe9d3.zip
- Remove USE_GCC=3.4 to fix building on FreeBSD 7 (I guess the problem was due
to mixing GCC 4.x and GCC 3.x generated code). PR: ports/114864 Submitted by: alepulver (myself) Approved by: johan@stromnet.se (maintainer, timeout)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rblibtorrent/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net-p2p/rblibtorrent/Makefile b/net-p2p/rblibtorrent/Makefile
index cc8ae9654adc..319ff6f1b105 100644
--- a/net-p2p/rblibtorrent/Makefile
+++ b/net-p2p/rblibtorrent/Makefile
@@ -19,7 +19,6 @@ LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_GCC= 3.4
CONFIGURE_ARGS= --disable-debug
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"