[142948] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 07:54:54 PST 2015


Revision: 142948
          https://trac.macports.org/changeset/142948
Author:   ryandesign at macports.org
Date:     2015-11-28 19:53:51 -0800 (Sat, 28 Nov 2015)
Log Message:
-----------
glib2, glib2-devel: fix configure failure when nawk is installed and gawk is not

Modified Paths:
--------------
    trunk/dports/devel/glib2/Portfile
    trunk/dports/devel/glib2-devel/Portfile

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2015-11-29 03:50:18 UTC (rev 142947)
+++ trunk/dports/devel/glib2/Portfile	2015-11-29 03:53:51 UTC (rev 142948)
@@ -74,7 +74,8 @@
 
 configure.args              --enable-static --disable-libelf \
                             --disable-compile-warnings \
-                            --with-pcre=system
+                            --with-pcre=system \
+                            ac_cv_prog_AWK=/usr/bin/awk
 
 configure.perl              /usr/bin/perl
 configure.python            /usr/bin/python

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile	2015-11-29 03:50:18 UTC (rev 142947)
+++ trunk/dports/devel/glib2-devel/Portfile	2015-11-29 03:53:51 UTC (rev 142948)
@@ -74,7 +74,8 @@
 
 configure.args              --enable-static --disable-libelf \
                             --disable-compile-warnings \
-                            --with-pcre=system
+                            --with-pcre=system \
+                            ac_cv_prog_AWK=/usr/bin/awk
 
 configure.perl              /usr/bin/perl
 configure.python            /usr/bin/python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/00babe00/attachment.html>


More information about the macports-changes mailing list