[142833] trunk/dports/graphics/babl/Portfile

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


Revision: 142833
          https://trac.macports.org/changeset/142833
Author:   ryandesign at macports.org
Date:     2015-11-24 00:30:39 -0800 (Tue, 24 Nov 2015)
Log Message:
-----------
babl: fix configure failure when nawk is installed but gawk is not

Modified Paths:
--------------
    trunk/dports/graphics/babl/Portfile

Modified: trunk/dports/graphics/babl/Portfile
===================================================================
--- trunk/dports/graphics/babl/Portfile	2015-11-24 06:19:37 UTC (rev 142832)
+++ trunk/dports/graphics/babl/Portfile	2015-11-24 08:30:39 UTC (rev 142833)
@@ -27,7 +27,8 @@
 #    babl-cpuaccel.c:169: error: ‘asm’ operand has impossible constraints
 compiler.blacklist-append *gcc*
 
-configure.args      --disable-silent-rules
+configure.args      --disable-silent-rules \
+                    ac_cv_prog_AWK=/usr/bin/awk
 
 livecheck.type      regex
 livecheck.url       http://download.gimp.org/pub/${name}/${branch}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/cd686b7c/attachment.html>


More information about the macports-changes mailing list