[143001] trunk/dports/www/nghttp2/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 08:08:21 PST 2015


Revision: 143001
          https://trac.macports.org/changeset/143001
Author:   ryandesign at macports.org
Date:     2015-12-01 06:30:55 -0800 (Tue, 01 Dec 2015)
Log Message:
-----------
nghttp2: fix configure failure when nawk is installed and gawk is not

Modified Paths:
--------------
    trunk/dports/www/nghttp2/Portfile

Modified: trunk/dports/www/nghttp2/Portfile
===================================================================
--- trunk/dports/www/nghttp2/Portfile	2015-12-01 14:26:32 UTC (rev 143000)
+++ trunk/dports/www/nghttp2/Portfile	2015-12-01 14:30:55 UTC (rev 143001)
@@ -37,7 +37,8 @@
                     port:zlib
 
 configure.args      --disable-silent-rules \
-                    --disable-threads
+                    --disable-threads \
+                    ac_cv_prog_AWK=/usr/bin/awk
 
 configure.env       CYTHON=${prefix}/bin/cython-${PythonVersion} \
                     JANSSON_CFLAGS=-I${prefix}/include JANSSON_LIBS="-L${prefix}/lib -ljansson" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/b77f5956/attachment.html>


More information about the macports-changes mailing list