aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/libtorrent
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2006-09-26 06:37:16 +0800
committerflz <flz@FreeBSD.org>2006-09-26 06:37:16 +0800
commit65608a52f0830c7261f5ce5fbdce10bbb8775e03 (patch)
tree5d9167e3bafafea761d888277948d84e287f7a99 /net-p2p/libtorrent
parentfe70cef56fa850fc5db672cc4366aa869fc5acf0 (diff)
downloadfreebsd-ports-gnome-65608a52f0830c7261f5ce5fbdce10bbb8775e03.tar.gz
freebsd-ports-gnome-65608a52f0830c7261f5ce5fbdce10bbb8775e03.tar.zst
freebsd-ports-gnome-65608a52f0830c7261f5ce5fbdce10bbb8775e03.zip
Inherit CONFIGURE_ARGS from slave port.
Submitted by: Dennis Schneider <dans-at-1158888366@berlin.ccc.de>
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r--net-p2p/libtorrent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index 31bc571fcdee..b7efdaf93c15 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -29,7 +29,7 @@ EXTRA_PATCHES?= ${.CURDIR}/files/stable-*
.include <bsd.port.pre.mk>
-CONFIGURE_ARGS= --disable-debug --with-openssl=${OPENSSLBASE}
+CONFIGURE_ARGS+= --disable-debug --with-openssl=${OPENSSLBASE}
post-patch:
@${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure