diff options
author | osa <osa@FreeBSD.org> | 2017-05-12 05:22:27 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2017-05-12 05:22:27 +0800 |
commit | 00ed689fdce0133c69241498655d5bd83d9259b9 (patch) | |
tree | 91e989a8c0c80e212bf2d0a070f5c7c9c71113ca /www/nginx-devel | |
parent | 1c83204772d457c08f0db4d0ae2f872b59ff124d (diff) | |
download | freebsd-ports-gnome-00ed689fdce0133c69241498655d5bd83d9259b9.tar.gz freebsd-ports-gnome-00ed689fdce0133c69241498655d5bd83d9259b9.tar.zst freebsd-ports-gnome-00ed689fdce0133c69241498655d5bd83d9259b9.zip |
Fix the build when libressl defined.
Bump PORTREVISION.
Reported by: many
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index a02bbff42da4..0110400df126 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -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 |