summaryrefslogtreecommitdiff
path: root/extra/gtk2
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-08-22 19:12:53 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-08-22 19:12:53 +0200
commit175642141e4ab41eb04af23d9528cd1641969694 (patch)
treeb4d94ded9fb995e92116320d5a2a0737eac6d48f /extra/gtk2
parent07056bd965cf49daeb79625453d0b19da84822d2 (diff)
downloadpackages-175642141e4ab41eb04af23d9528cd1641969694.tar.xz
extra/gtk2: forgot the patch file
Diffstat (limited to 'extra/gtk2')
-rw-r--r--extra/gtk2/gtk2-automake-1.15_16.diff35
1 files changed, 35 insertions, 0 deletions
diff --git a/extra/gtk2/gtk2-automake-1.15_16.diff b/extra/gtk2/gtk2-automake-1.15_16.diff
new file mode 100644
index 00000000..5ddd58b9
--- /dev/null
+++ b/extra/gtk2/gtk2-automake-1.15_16.diff
@@ -0,0 +1,35 @@
+diff --git a/autogen.sh b/autogen.sh
+index 078f483f5adced2d762abe3db687aac8b9844f4f..63e2d5c4951b87ad6740d39494d91acc29253084 100755
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -48,7 +48,10 @@ fi
+ DIE=1
+ }
+
+-if automake-1.15 --version < /dev/null > /dev/null 2>&1 ; then
++if automake-1.16 --version < /dev/null > /dev/null 2>&1 ; then
++ AUTOMAKE=automake-1.16
++ ACLOCAL=aclocal-1.16
++else if automake-1.15 --version < /dev/null > /dev/null 2>&1 ; then
+ AUTOMAKE=automake-1.15
+ ACLOCAL=aclocal-1.15
+ else if automake-1.14 --version < /dev/null > /dev/null 2>&1 ; then
+@@ -71,8 +74,8 @@ else if automake-1.7 --version < /dev/null > /dev/null 2>&1 ; then
+ ACLOCAL=aclocal-1.7
+ else
+ echo
+- echo "You must have automake 1.7.x, 1,10.x, 1.11.x, 1.12.x, 1.13.x, 1.14.x"
+- echo "or 1.15.x installed to compile $PROJECT."
++ echo "You must have automake 1.7.x, 1,10.x, 1.11.x, 1.12.x, 1.13.x, 1.14.x,"
++ echo "1.15.x or 1.16.x installed to compile $PROJECT."
+ echo "Install the appropriate package for your distribution,"
+ echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
+ DIE=1
+@@ -83,6 +86,7 @@ fi
+ fi
+ fi
+ fi
++fi
+
+ if test "$DIE" -eq 1; then
+ exit 1