diff options
Diffstat (limited to 'net-p2p/libtorrent-devel/Makefile')
-rw-r--r-- | net-p2p/libtorrent-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |