[142939] trunk/dports/net/kerberos5/Portfile

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


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

Modified Paths:
--------------
    trunk/dports/net/kerberos5/Portfile

Modified: trunk/dports/net/kerberos5/Portfile
===================================================================
--- trunk/dports/net/kerberos5/Portfile	2015-11-28 23:26:32 UTC (rev 142938)
+++ trunk/dports/net/kerberos5/Portfile	2015-11-29 03:16:03 UTC (rev 142939)
@@ -61,7 +61,8 @@
                             --with-libedit \
                             --without-readline \
                             --without-system-verto \
-                            --without-system-ss
+                            --without-system-ss \
+                            ac_cv_prog_AWK=/usr/bin/awk
 
 # Needs LIBRARY_PATH support
 compiler.blacklist-append   {clang <= 318.0.61}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/c3790546/attachment.html>


More information about the macports-changes mailing list