aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-02-16 10:31:38 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-02-16 10:31:38 +0000
commit49646421da18627fe079320cf5ac1151cbb4b3c9 (patch)
tree12013f5e9c22e8990df5e3a3c9e044f2967f2ebd
parent3acbc6a1d49e7f070cac59be41ce0ebf27da54dd (diff)
downloadports-49646421da18627fe079320cf5ac1151cbb4b3c9.tar.gz
ports-49646421da18627fe079320cf5ac1151cbb4b3c9.zip
Notes
-rw-r--r--net-p2p/libtorrent-devel/Makefile2
-rw-r--r--net-p2p/libtorrent/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/libtorrent-devel/Makefile b/net-p2p/libtorrent-devel/Makefile
index 4cdc8f81685d..8dac2fdb3f5a 100644
--- a/net-p2p/libtorrent-devel/Makefile
+++ b/net-p2p/libtorrent-devel/Makefile
@@ -37,7 +37,7 @@ KQUEUE_DESC= Use kqueue(2) support
CONFIGURE_ENV= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
.endif
-CONFIGURE_ARGS+= --disable-debug --with-openssl=${OPENSSLBASE}
+CONFIGURE_ARGS+= --disable-debug
post-patch:
@${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index 6f4ea22286b3..51fb6ebc4752 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -37,7 +37,7 @@ KQUEUE_DESC= Use kqueue(2) support
CONFIGURE_ENV= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
.endif
-CONFIGURE_ARGS+= --disable-debug --with-openssl=${OPENSSLBASE}
+CONFIGURE_ARGS+= --disable-debug
post-patch:
@${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure