aboutsummaryrefslogtreecommitdiff
path: root/www/nginx-devel/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2013-02-22 03:26:05 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2013-02-22 03:26:05 +0000
commit6b661fda222711e65af722703789640b811c2bef (patch)
tree96cb80164d813a47adb86a9c94bcd785add8d197 /www/nginx-devel/Makefile
parent36a2bac4faee65a69ce283567fcaacbb04897100 (diff)
downloadports-6b661fda222711e65af722703789640b811c2bef.tar.gz
ports-6b661fda222711e65af722703789640b811c2bef.zip
Notes
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r--www/nginx-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 38853308540f..abe21c75c667 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -502,11 +502,11 @@ CONFIGURE_ARGS+=--with-http_sub_module
.endif
.if ${PORT_OPTIONS:MHTTP_UPLOAD}
-IGNORE= incompatible with nginx_upload_module-2.2.0
NGINX_UPLOAD_VERSION= 2.2.0
MASTER_SITES+= http://www.grid.net.ru/nginx/download/:upload
DISTFILES+= nginx_upload_module-${NGINX_UPLOAD_VERSION}.tar.gz:upload
CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_upload_module-${NGINX_UPLOAD_VERSION}
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_upload_module.c
.endif
.if ${PORT_OPTIONS:MHTTP_UPLOAD_PROGRESS}