[142905] trunk/dports/devel/ppl/Portfile

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


Revision: 142905
          https://trac.macports.org/changeset/142905
Author:   ryandesign at macports.org
Date:     2015-11-26 20:49:09 -0800 (Thu, 26 Nov 2015)
Log Message:
-----------
ppl: fix configure failure when nawk is installed and gawk is not

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

Modified: trunk/dports/devel/ppl/Portfile
===================================================================
--- trunk/dports/devel/ppl/Portfile	2015-11-27 04:16:45 UTC (rev 142904)
+++ trunk/dports/devel/ppl/Portfile	2015-11-27 04:49:09 UTC (rev 142905)
@@ -50,7 +50,8 @@
 compiler.fallback-append    apple-gcc-4.2
 
 # TODO: Enable other interfaces via subports.
-configure.args      --enable-interfaces='cxx c'
+configure.args      --enable-interfaces='cxx c' \
+                    ac_cv_prog_AWK=/usr/bin/awk
 
 if {[regexp clang|llvm ${configure.compiler}]} {
     # As of 'ppl-0.12.1', we need to be careful about use of the
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/496b8c7a/attachment.html>


More information about the macports-changes mailing list