From 2a79f021b9a9b67222789b67b3af08677087e2f1 Mon Sep 17 00:00:00 2001 From: az 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-p2p/libtorrent-devel') 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 -- cgit