diff options
author | az <az@FreeBSD.org> | 2013-02-16 18:31:38 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-02-16 18:31:38 +0800 |
commit | 2a79f021b9a9b67222789b67b3af08677087e2f1 (patch) | |
tree | 12013f5e9c22e8990df5e3a3c9e044f2967f2ebd /net-p2p/libtorrent-devel | |
parent | 0ad11fff280c1cbbbebf29ea3755bf4f36a9328e (diff) | |
download | freebsd-ports-gnome-2a79f021b9a9b67222789b67b3af08677087e2f1.tar.gz freebsd-ports-gnome-2a79f021b9a9b67222789b67b3af08677087e2f1.tar.zst freebsd-ports-gnome-2a79f021b9a9b67222789b67b3af08677087e2f1.zip |
Remove --with-openssl (obsolete by --enable-openssl which "on" by default)
Reported by: Andreas Nilsson <andrnils@gmail.com>
Diffstat (limited to 'net-p2p/libtorrent-devel')
-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 |