summarylogtreecommitdiffstats
path: root/aclocal-fixes.patch
diff options
context:
space:
mode:
authorConnor Behan2015-06-08 15:02:34 -0400
committerConnor Behan2015-06-08 15:02:34 -0400
commitd04206b0e634dee92892c986baa851ddc6461bfc (patch)
tree1096a2ccc317ef4caa8560afc54bbdc657b4d04c /aclocal-fixes.patch
downloadaur-d04206b0e634dee92892c986baa851ddc6461bfc.tar.gz
Initial import
Diffstat (limited to 'aclocal-fixes.patch')
-rw-r--r--aclocal-fixes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/aclocal-fixes.patch b/aclocal-fixes.patch
new file mode 100644
index 000000000000..dd2ffbd442b1
--- /dev/null
+++ b/aclocal-fixes.patch
@@ -0,0 +1,11 @@
+--- gtk.m4.orig 2006-03-05 13:18:09.000000000 +0000
++++ gtk.m4 2006-03-05 13:18:20.000000000 +0000
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_GTK,
++AC_DEFUN([AM_PATH_GTK],
+ [dnl
+ dnl Get the cflags and libraries from the gtk-config script
+ dnl