From 99e23d64fcc3ed8aaf88719cf970844de8954852 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 4 Feb 2010 12:08:53 +0000 Subject: pango-1.22.2: Fix autoconf/automake issue with double header reference Signed-off-by: Richard Purdie --- meta/packages/pango/pango-1.22.2/doublefix.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/packages/pango/pango-1.22.2/doublefix.patch (limited to 'meta/packages/pango/pango-1.22.2/doublefix.patch') diff --git a/meta/packages/pango/pango-1.22.2/doublefix.patch b/meta/packages/pango/pango-1.22.2/doublefix.patch new file mode 100644 index 000000000..876f62ab3 --- /dev/null +++ b/meta/packages/pango/pango-1.22.2/doublefix.patch @@ -0,0 +1,17 @@ +Fix double header inclusion for bug with recent autoconf/automake + +RP 4/2/10 + +Index: pango-1.22.2/pango/Makefile.am +=================================================================== +--- pango-1.22.2.orig/pango/Makefile.am 2010-02-04 12:05:30.000000000 +0000 ++++ pango-1.22.2/pango/Makefile.am 2010-02-04 12:07:21.000000000 +0000 +@@ -233,7 +233,7 @@ + # ------------------- libpangoxft ------------------- + + if HAVE_XFT +-pangoinclude_HEADERS += pangoxft.h pangoxft-render.h pango-ot.h ++pangoinclude_HEADERS += pangoxft.h pangoxft-render.h + lib_LTLIBRARIES += libpangoxft-1.0.la + endif + -- cgit v1.2.3