[142775] trunk/dports/devel/gnutls/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 07:11:01 PST 2015


Revision: 142775
          https://trac.macports.org/changeset/142775
Author:   ryandesign at macports.org
Date:     2015-11-22 18:11:03 -0800 (Sun, 22 Nov 2015)
Log Message:
-----------
gnutls: fix configure failure when nawk is installed (#44444)

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

Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile	2015-11-23 01:12:33 UTC (rev 142774)
+++ trunk/dports/devel/gnutls/Portfile	2015-11-23 02:11:03 UTC (rev 142775)
@@ -55,7 +55,8 @@
                 --enable-local-libopts \
                 --with-p11-kit \
                 --with-system-priority-file="${prefix}/etc/gnutls/default-priorities" \
-                --with-default-trust-store-file="${prefix}/share/curl/curl-ca-bundle.crt"
+                --with-default-trust-store-file="${prefix}/share/curl/curl-ca-bundle.crt" \
+                ac_cv_prog_AWK=/usr/bin/awk
 
 variant dane description {Build libdane using unbound libraries} {
     depends_lib-append      port:unbound
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/6e51018d/attachment-0001.html>


More information about the macports-changes mailing list