summaryrefslogtreecommitdiffstats
path: root/main/py-gtk/automake.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-12-31 21:45:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-01-01 07:32:34 +0000
commitb78dacafdf01c2ec58c5e27ae49b06beb2e01e3e (patch)
tree33e535e1dce4381bde9c14ff58d29a3eaab479bc /main/py-gtk/automake.patch
parentb1d24afbf60529e9b4ea13fd1f329b8351192eb7 (diff)
downloadaports-b78dacafdf01c2ec58c5e27ae49b06beb2e01e3e.tar.bz2
aports-b78dacafdf01c2ec58c5e27ae49b06beb2e01e3e.tar.xz
main/py-gtk: build fix for automake-1.13
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 000000000..cce028723
--- /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)