aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pango/pango-1.32.5/obsolete_automake_macros.patch
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:54:45 +0000
commit16df16408719b93f595412a4c10df793d847dd19 (patch)
tree2b987e20dab15ac56bc4ecc1193d5954edf432fb /meta/recipes-graphics/pango/pango-1.32.5/obsolete_automake_macros.patch
parent9f4cca12f00327bb9a7070f305c36433ee732d7a (diff)
downloadopenembedded-core-contrib-16df16408719b93f595412a4c10df793d847dd19.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. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/pango/pango-1.32.5/obsolete_automake_macros.patch')
-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 @@
+Upstream-Status: Accepted [https://bugzilla.gnome.org/show_bug.cgi?id=691263]
+
+Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
+diff -Nurd pango-1.32.5/configure.ac pango-1.32.5/configure.ac
+--- pango-1.32.5/configure.ac 2012-12-07 04:43:25.000000000 +0200
++++ pango-1.32.5/configure.ac 2013-01-07 03:25:42.734109587 +0200
+@@ -54,7 +54,7 @@
+ dnl usage of GNU Make specific features.
+ AM_INIT_AUTOMAKE(1.9 gnits dist-xz no-dist-gzip -Wno-portability)
+ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+
+
+ PANGO_VERSION_MAJOR=pango_version_major()