diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-09-25 22:37:16 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-09-25 22:37:16 +0000 |
commit | 2bca2ec886ac36556a780285c79241f655281156 (patch) | |
tree | e6cab0edff034c6feb3020d46188b6e6627e0343 /net-p2p | |
parent | b57186ee329aaba718573f263becbb2b82e38da2 (diff) | |
download | ports-2bca2ec886ac36556a780285c79241f655281156.tar.gz ports-2bca2ec886ac36556a780285c79241f655281156.zip |
Notes
Diffstat (limited to 'net-p2p')
-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 |