aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-gtk/automake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-gtk/automake.patch')
-rw-r--r--main/py-gtk/automake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/py-gtk/automake.patch b/main/py-gtk/automake.patch
new file mode 100644
index 0000000000..cce0287235
--- /dev/null
+++ b/main/py-gtk/automake.patch
@@ -0,0 +1,11 @@
+--- ./configure.ac.orig 2012-12-31 21:43:12.278133549 +0000
++++ ./configure.ac 2012-12-31 21:43:22.924889943 +0000
+@@ -29,7 +29,7 @@
+ AC_SUBST(PYGTK_MICRO_VERSION, pygtk_micro_version)
+
+ AC_CONFIG_SRCDIR([gtk/gtkmodule.c])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+
+ AM_INIT_AUTOMAKE
+ AC_CHECK_FUNCS(bind_textdomain_codeset)