diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2017-05-11 21:22:27 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2017-05-11 21:22:27 +0000 |
commit | d641df4f928ef52e6b67d4069588f1fe0dd14c69 (patch) | |
tree | 91e989a8c0c80e212bf2d0a070f5c7c9c71113ca /www/nginx | |
parent | 4ddb2857e52f9dbb11b47adc893ab989dde7419b (diff) | |
download | ports-d641df4f928ef52e6b67d4069588f1fe0dd14c69.tar.gz ports-d641df4f928ef52e6b67d4069588f1fe0dd14c69.zip |
Notes
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 4 |
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 |