diff options
author | flz <flz@FreeBSD.org> | 2006-10-27 07:29:17 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-10-27 07:29:17 +0800 |
commit | 1354a573bf42de7135c6c0cfef5d3481248f22f5 (patch) | |
tree | 55e6a7e9016fb04378155104b8237eec78614ae8 /net-p2p | |
parent | 1e48e9510e065d98db3da20ae00806dc79485cac (diff) | |
download | freebsd-ports-gnome-1354a573bf42de7135c6c0cfef5d3481248f22f5.tar.gz freebsd-ports-gnome-1354a573bf42de7135c6c0cfef5d3481248f22f5.tar.zst freebsd-ports-gnome-1354a573bf42de7135c6c0cfef5d3481248f22f5.zip |
Don't override CONFIGURE_ARGS when KQUEUE is on.
Reported by: Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by: portmgr (marcus)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index c3d75b8d4dea..5cb495b5b904 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME?= libtorrent PORTVERSION?= 0.10.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ @@ -37,7 +37,7 @@ post-patch: @${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure .if !defined(WITHOUT_KQUEUE) -CONFIGURE_ARGS=--with-kqueue +CONFIGURE_ARGS+= --with-kqueue .endif .include <bsd.port.post.mk> |