aboutsummaryrefslogtreecommitdiff
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2017-12-03 09:48:02 +0000
committerBernard Spil <brnrd@FreeBSD.org>2017-12-03 09:48:02 +0000
commite8085c5b86f41376b545a38ce28cb5f90833ab28 (patch)
treee7d5f9250fe23b2f54a340e24ed624271ab67136 /www/nginx/Makefile
parent0567993c723f74d71ced22405d7e36565a6e4666 (diff)
downloadports-e8085c5b86f41376b545a38ce28cb5f90833ab28.tar.gz
ports-e8085c5b86f41376b545a38ce28cb5f90833ab28.zip
www/nginx: Unbreak brotli option
- The used commit hash includes the patch PR: 224000 Reported by: Philipp <kidon posteo de>
Notes
Notes: svn path=/head/; revision=455397
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index d0298fddd436..75fd7922860a 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -1146,7 +1146,6 @@ LIB_DEPENDS+= libbrotlicommon.so:archivers/brotli
GH_ACCOUNT+= eustas:brotli
GH_PROJECT+= ngx_brotli:brotli
GH_TAGNAME+= ${NGINX_BROTLI_VERSION}:brotli
-EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-brotli_config
.if ${PORT_OPTIONS:MDSO}
CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_brotli}
.else