diff options
author | flz <flz@FreeBSD.org> | 2006-09-26 06:37:16 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-09-26 06:37:16 +0800 |
commit | 65608a52f0830c7261f5ce5fbdce10bbb8775e03 (patch) | |
tree | 5d9167e3bafafea761d888277948d84e287f7a99 /net-p2p/libtorrent | |
parent | fe70cef56fa850fc5db672cc4366aa869fc5acf0 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |