[143156] trunk/dports/net/curl/Portfile

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


Revision: 143156
          https://trac.macports.org/changeset/143156
Author:   ryandesign at macports.org
Date:     2015-12-05 05:47:19 -0800 (Sat, 05 Dec 2015)
Log Message:
-----------
curl: fix configure failure when nawk is installed and gawk is not

Modified Paths:
--------------
    trunk/dports/net/curl/Portfile

Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile	2015-12-05 13:46:33 UTC (rev 143155)
+++ trunk/dports/net/curl/Portfile	2015-12-05 13:47:19 UTC (rev 143156)
@@ -58,7 +58,8 @@
                                 --disable-ares \
                                 --disable-ldap \
                                 --disable-ldaps \
-                                --with-zlib=${prefix}
+                                --with-zlib=${prefix} \
+                                ac_cv_prog_AWK=/usr/bin/awk
 
     configure.env               PKG_CONFIG_PATH=${prefix}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/5b691ee4/attachment.html>


More information about the macports-changes mailing list