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 | |
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>
-rw-r--r-- | net-p2p/libtorrent-devel/Makefile | 2 | ||||
-rw-r--r-- | 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 |