[123057] trunk/dports/gnome/gtk-quartz-engine/files/patch-autogen.sh.diff

devans at macports.org devans at macports.org
Mon Aug 4 10:35:14 PDT 2014


Revision: 123057
          https://trac.macports.org/changeset/123057
Author:   devans at macports.org
Date:     2014-08-04 10:35:14 -0700 (Mon, 04 Aug 2014)
Log Message:
-----------
gtk-quartz-engine: expand automake check in autogen.sh to include 1.13 and 1.14 (#44540).

Modified Paths:
--------------
    trunk/dports/gnome/gtk-quartz-engine/files/patch-autogen.sh.diff

Modified: trunk/dports/gnome/gtk-quartz-engine/files/patch-autogen.sh.diff
===================================================================
--- trunk/dports/gnome/gtk-quartz-engine/files/patch-autogen.sh.diff	2014-08-04 17:16:47 UTC (rev 123056)
+++ trunk/dports/gnome/gtk-quartz-engine/files/patch-autogen.sh.diff	2014-08-04 17:35:14 UTC (rev 123057)
@@ -1,11 +1,17 @@
---- autogen.sh.orig	2009-10-08 11:26:39.000000000 -0500
-+++ autogen.sh	2012-11-04 05:35:55.000000000 -0600
-@@ -18,7 +18,13 @@
+--- autogen.sh.orig	2014-08-04 10:26:16.000000000 -0700
++++ autogen.sh	2014-08-04 10:27:24.000000000 -0700
+@@ -18,7 +18,19 @@
  	DIE=1
  }
  
 -if automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
-+if automake-1.12 --version < /dev/null > /dev/null 2>&1 ; then
++if automake-1.14 --version < /dev/null > /dev/null 2>&1 ; then
++    AUTOMAKE=automake-1.14
++    ACLOCAL=aclocal-1.14
++elif automake-1.13 --version < /dev/null > /dev/null 2>&1 ; then
++    AUTOMAKE=automake-1.13
++    ACLOCAL=aclocal-1.13
++elif automake-1.12 --version < /dev/null > /dev/null 2>&1 ; then
 +    AUTOMAKE=automake-1.12
 +    ACLOCAL=aclocal-1.12
 +elif automake-1.11 --version < /dev/null > /dev/null 2>&1 ; then
@@ -15,7 +21,7 @@
      AUTOMAKE=automake-1.10
      ACLOCAL=aclocal-1.10
  elif automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
-@@ -38,7 +44,7 @@
+@@ -38,7 +50,7 @@
          DIE=1
  fi
  
@@ -24,7 +30,7 @@
  	echo
  	echo "You must have libtool installed to compile $PROJECT."
  	echo "Get http://ftp.gnu.org/gnu/libtool/libtool-1.5.22.tar.gz"
-@@ -49,15 +55,11 @@
+@@ -49,15 +61,11 @@
  	exit 1
  fi
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140804/53e40cfb/attachment-0001.html>


More information about the macports-changes mailing list