[142943] trunk/dports/print/freetype/Portfile

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


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

Modified Paths:
--------------
    trunk/dports/print/freetype/Portfile

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2015-11-29 03:21:37 UTC (rev 142942)
+++ trunk/dports/print/freetype/Portfile	2015-11-29 03:23:27 UTC (rev 142943)
@@ -55,7 +55,8 @@
 configure.args          --with-bzip2 \
                         --with-png \
                         --with-zlib \
-                        --without-harfbuzz
+                        --without-harfbuzz \
+                        ac_cv_prog_AWK=/usr/bin/awk
 
 # Bug in 2.6.1 detects this as "./install-sh -c -d" if coreutils is not
 # installed, resulting in "make: ./install-sh: No such file or directory".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/4cb0ada3/attachment.html>


More information about the macports-changes mailing list