diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-31 21:45:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-01 07:32:34 +0000 |
commit | b78dacafdf01c2ec58c5e27ae49b06beb2e01e3e (patch) | |
tree | 33e535e1dce4381bde9c14ff58d29a3eaab479bc /main/py-gtk/automake.patch | |
parent | b1d24afbf60529e9b4ea13fd1f329b8351192eb7 (diff) | |
download | aports-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.patch | 11 |
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) |