1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-07 16:53:06 +00:00
parent 04538b6c99
commit c5b066f003
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455739

View File

@ -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