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 | |
parent | a3ffe18ee0bc5ae55dbdd6c66888f1dec38dd155 (diff) | |
download | freebsd-ports-236fb0e28c1859cfd13fac6481ca91383f7618c8.zip |
- Remove USE_GCC=3.4 to fix building on FreeBSD 7.
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/rblibtorrent-devel/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index 6da5b044026f..06541c5aa0e4 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/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}" 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}" |