diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-08 00:53:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-08 00:53:06 +0800 |
commit | 3451e0e57aa7d7173ad8a5f36f09c250fee3d73d (patch) | |
tree | ec5e735f886da21741071b2f1e1d61f52d8c5a3e /ftp | |
parent | 84c77f798c79256004d00b70f2cf8b96b69fa679 (diff) | |
download | freebsd-ports-gnome-3451e0e57aa7d7173ad8a5f36f09c250fee3d73d.tar.gz freebsd-ports-gnome-3451e0e57aa7d7173ad8a5f36f09c250fee3d73d.tar.zst freebsd-ports-gnome-3451e0e57aa7d7173ad8a5f36f09c250fee3d73d.zip |
Disable brotli support to fix build with old brotli installed
Brotli support will be added as an option after archivers/brotli being updated
to a newer version.
PR: 224072
Reported by: mi
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index f8076d95eefc..0e4ec9dcf8c6 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -35,7 +35,7 @@ TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support CONFIGURE_ARGS= --disable-werror \ --enable-imap --enable-pop3 --enable-rtsp --enable-smtp \ --with-zsh-functions-dir=${LOCALBASE}/share/zsh/site-functions \ - --without-axtls + --without-axtls --without-brotli CONFIGURE_ENV= LOCALBASE=${LOCALBASE} \ ac_cv_func_SSLv2_client_method=no GNU_CONFIGURE= yes |