From 49646421da18627fe079320cf5ac1151cbb4b3c9 Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Sat, 16 Feb 2013 10:31:38 +0000 Subject: Remove --with-openssl (obsolete by --enable-openssl which "on" by default) Reported by: Andreas Nilsson --- net-p2p/libtorrent-devel/Makefile | 2 +- net-p2p/libtorrent/Makefile | 2 +- 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 -- cgit v1.2.3