[142760] trunk/dports/gnome/gtk3

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


Revision: 142760
          https://trac.macports.org/changeset/142760
Author:   ryandesign at macports.org
Date:     2015-11-22 12:13:21 -0800 (Sun, 22 Nov 2015)
Log Message:
-----------
gtk3: fix configure failure when nawk is installed

Modified Paths:
--------------
    trunk/dports/gnome/gtk3/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gtk3/files/
    trunk/dports/gnome/gtk3/files/nawk.patch

Modified: trunk/dports/gnome/gtk3/Portfile
===================================================================
--- trunk/dports/gnome/gtk3/Portfile	2015-11-22 19:37:48 UTC (rev 142759)
+++ trunk/dports/gnome/gtk3/Portfile	2015-11-22 20:13:21 UTC (rev 142760)
@@ -58,6 +58,8 @@
     lib/libpango-1.0.dylib \
     lib/libtiff.dylib
 
+patchfiles          nawk.patch
+
 configure.args      --enable-static \
                     --disable-glibtest \
                     --enable-introspection \

Added: trunk/dports/gnome/gtk3/files/nawk.patch
===================================================================
--- trunk/dports/gnome/gtk3/files/nawk.patch	                        (rev 0)
+++ trunk/dports/gnome/gtk3/files/nawk.patch	2015-11-22 20:13:21 UTC (rev 142760)
@@ -0,0 +1,11 @@
+--- configure.orig	2015-11-16 12:32:00.000000000 -0600
++++ configure	2015-11-18 00:20:49.000000000 -0600
+@@ -3418,7 +3418,7 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
+ $as_echo "$MKDIR_P" >&6; }
+ 
+-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/09267450/attachment.html>


More information about the macports-changes mailing list