diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-07-24 14:09:45 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-07-24 14:09:45 +0000 |
commit | 236fb0e28c1859cfd13fac6481ca91383f7618c8 (patch) | |
tree | 63ba80488fe1e5074b0fb9bd3f627337b1ec4772 /net-p2p/rblibtorrent-devel/Makefile | |
parent | - Update to version 1.24. (diff) |
- Remove USE_GCC=3.4 to fix building on FreeBSD 7.
Notes
Notes:
svn path=/head/; revision=196207
Diffstat (limited to '')
-rw-r--r-- | net-p2p/rblibtorrent-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-p2p/rblibtorrent-devel/Makefile b/net-p2p/rblibtorrent-devel/Makefile index 6da5b044026f..06541c5aa0e4 100644 --- a/net-p2p/rblibtorrent-devel/Makefile +++ b/net-p2p/rblibtorrent-devel/Makefile @@ -20,7 +20,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}" |