summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pango/pango-1.32.5
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-15 13:44:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:57:34 +0000
commit4eccc6416fcd348d616cc7c8888508424b783707 (patch)
tree6d46ef9f4457e31b682e5a2543d460f359744564 /meta/recipes-graphics/pango/pango-1.32.5
parent2465f17c448bc69d85be896989d8a0ba15d35431 (diff)
downloadpoky-4eccc6416fcd348d616cc7c8888508424b783707.tar.gz
pango: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: 16df16408719b93f595412a4c10df793d847dd19) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/pango/pango-1.32.5')
-rw-r--r--meta/recipes-graphics/pango/pango-1.32.5/obsolete_automake_macros.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-graphics/pango/pango-1.32.5/obsolete_automake_macros.patch b/meta/recipes-graphics/pango/pango-1.32.5/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..3f229b5e42
--- /dev/null
+++ b/meta/recipes-graphics/pango/pango-1.32.5/obsolete_automake_macros.patch
@@ -0,0 +1,15 @@
1Upstream-Status: Accepted [https://bugzilla.gnome.org/show_bug.cgi?id=691263]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd pango-1.32.5/configure.ac pango-1.32.5/configure.ac
5--- pango-1.32.5/configure.ac 2012-12-07 04:43:25.000000000 +0200
6+++ pango-1.32.5/configure.ac 2013-01-07 03:25:42.734109587 +0200
7@@ -54,7 +54,7 @@
8 dnl usage of GNU Make specific features.
9 AM_INIT_AUTOMAKE(1.9 gnits dist-xz no-dist-gzip -Wno-portability)
10 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
11-AM_CONFIG_HEADER([config.h])
12+AC_CONFIG_HEADERS([config.h])
13
14
15 PANGO_VERSION_MAJOR=pango_version_major()