Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2018 17:03:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460317 - head/ftp/curl
Message-ID:  <201801291703.w0TH3BvZ062607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 29 17:03:11 2018
New Revision: 460317
URL: https://svnweb.freebsd.org/changeset/ports/460317

Log:
  Fix BROTLI option

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Mon Jan 29 16:23:52 2018	(r460316)
+++ head/ftp/curl/Makefile	Mon Jan 29 17:03:11 2018	(r460317)
@@ -35,7 +35,7 @@ TLS_SRP_DESC=		TLS-SRP (Secure Remote Password) suppor
 CONFIGURE_ARGS=	--disable-werror \
 		--enable-imap --enable-pop3 --enable-rtsp --enable-smtp \
 		--with-zsh-functions-dir=${LOCALBASE}/share/zsh/site-functions \
-		--without-axtls --without-brotli
+		--without-axtls
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE} \
 		ac_cv_func_SSLv2_client_method=no
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801291703.w0TH3BvZ062607>