[142594] trunk/dports/gis/gdal

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


Revision: 142594
          https://trac.macports.org/changeset/142594
Author:   ryandesign at macports.org
Date:     2015-11-16 08:58:28 -0800 (Mon, 16 Nov 2015)
Log Message:
-----------
gdal: fix configure failure when nawk is installed

Modified Paths:
--------------
    trunk/dports/gis/gdal/Portfile

Added Paths:
-----------
    trunk/dports/gis/gdal/files/patch-nawk.diff

Modified: trunk/dports/gis/gdal/Portfile
===================================================================
--- trunk/dports/gis/gdal/Portfile	2015-11-16 16:08:40 UTC (rev 142593)
+++ trunk/dports/gis/gdal/Portfile	2015-11-16 16:58:28 UTC (rev 142594)
@@ -109,7 +109,8 @@
                     patch-alg_GNUmakefile.diff \
                     patch-apps_GNUmakefile.diff \
                     patch-ogr_p_h.diff \
-                    patch-ogr_api_cpp.diff
+                    patch-ogr_api_cpp.diff \
+                    patch-nawk.diff
 
 # Patches for universal build
 post-configure {

Added: trunk/dports/gis/gdal/files/patch-nawk.diff
===================================================================
--- trunk/dports/gis/gdal/files/patch-nawk.diff	                        (rev 0)
+++ trunk/dports/gis/gdal/files/patch-nawk.diff	2015-11-16 16:58:28 UTC (rev 142594)
@@ -0,0 +1,11 @@
+--- configure.orig	2015-06-14 14:06:33.000000000 -0500
++++ configure	2015-11-16 10:48:16.000000000 -0600
+@@ -7240,7 +7240,7 @@
+ 
+ 
+ 
+-for ac_prog in gawk mawk nawk awk
++for ac_prog in gawk mawk awk
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/b4cc344e/attachment.html>


More information about the macports-changes mailing list