aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2017-12-03 17:48:02 +0800
committerbrnrd <brnrd@FreeBSD.org>2017-12-03 17:48:02 +0800
commitfd62bec4a29550c0501b9d373f51437a5e338b1b (patch)
treee7d5f9250fe23b2f54a340e24ed624271ab67136 /www/nginx/Makefile
parentb156ceba3e4beca2d59069c139689da247ccb80f (diff)
downloadfreebsd-ports-gnome-fd62bec4a29550c0501b9d373f51437a5e338b1b.tar.gz
freebsd-ports-gnome-fd62bec4a29550c0501b9d373f51437a5e338b1b.tar.zst
freebsd-ports-gnome-fd62bec4a29550c0501b9d373f51437a5e338b1b.zip
www/nginx: Unbreak brotli option
- The used commit hash includes the patch PR: 224000 Reported by: Philipp <kidon posteo de>
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