[142805] trunk/dports/gnome/gnumeric/Portfile

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


Revision: 142805
          https://trac.macports.org/changeset/142805
Author:   ryandesign at macports.org
Date:     2015-11-23 17:13:41 -0800 (Mon, 23 Nov 2015)
Log Message:
-----------
gnumeric: fix configure failure when nawk is installed and gawk is not

Modified Paths:
--------------
    trunk/dports/gnome/gnumeric/Portfile

Modified: trunk/dports/gnome/gnumeric/Portfile
===================================================================
--- trunk/dports/gnome/gnumeric/Portfile	2015-11-24 01:04:22 UTC (rev 142804)
+++ trunk/dports/gnome/gnumeric/Portfile	2015-11-24 01:13:41 UTC (rev 142805)
@@ -72,7 +72,8 @@
 configure.args      --disable-silent-rules \
                     --disable-schemas-compile \
                     --without-gda \
-                    --without-python
+                    --without-python \
+                    ac_cv_prog_AWK=/usr/bin/awk
 
 variant quartz {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/0f358b81/attachment.html>


More information about the macports-changes mailing list