aboutsummaryrefslogtreecommitdiff
path: root/www/nginx
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2017-05-11 21:22:27 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2017-05-11 21:22:27 +0000
commitd641df4f928ef52e6b67d4069588f1fe0dd14c69 (patch)
tree91e989a8c0c80e212bf2d0a070f5c7c9c71113ca /www/nginx
parent4ddb2857e52f9dbb11b47adc893ab989dde7419b (diff)
downloadports-d641df4f928ef52e6b67d4069588f1fe0dd14c69.tar.gz
ports-d641df4f928ef52e6b67d4069588f1fe0dd14c69.zip
Notes
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 58a8a2434d88..4ac318c2f015 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.12.0
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
@@ -307,7 +307,7 @@ CONFIGURE_ARGS+=--with-file-aio
.endif
.if empty(PORT_OPTIONS:MIPV6)
-CONFIGURE_ARGS+=--with-cc-opt="-DNGX_HAVE_INET6=0"
+CONFIGURE_ARGS+=--with-cc-opt="-DNGX_HAVE_INET6=0 -I ${LOCALBASE}/include"
.else
CATEGORIES+= ipv6
.endif