diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-08-29 08:52:50 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-08-29 08:52:50 +0800 |
commit | 1c40f29e186b2daffcbabf530b41b753d0bfe9d3 (patch) | |
tree | 72b3f298c798be6aa52f1baa5332015f193e4c4c /net-p2p | |
parent | 138e28fcbb29086278c0e964b5e96721d45c7e85 (diff) | |
download | freebsd-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/Makefile | 1 |
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}" |