From 2c90a0a75b0eee684896c7cd1bdbb7cf7dc60314 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 3 May 2012 13:39:38 -0700 Subject: libcroco: fix build with automake 1.12 (From OE-Core rev: dda947447aee5bcf496d7bae2bf0fb6897e2e0f9) Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- .../files/libcroco_fix_for_automake-1.12.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch (limited to 'meta/recipes-support/libcroco/files') diff --git a/meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch b/meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch new file mode 100644 index 0000000000..9dcf7b039d --- /dev/null +++ b/meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch @@ -0,0 +1,22 @@ +Upstream-Status: Pending + +This patch fixes following kind of issues with automake 1.12 + +| configure.in:51: error: automatic de-ANSI-fication support has been removed + +Signed-Off-By: Nitin A Kamble +2012/05/03 + +Index: libcroco-0.6.3/configure.in +=================================================================== +--- libcroco-0.6.3.orig/configure.in ++++ libcroco-0.6.3/configure.in +@@ -47,8 +47,6 @@ AC_PROG_CC + AC_PROG_INSTALL + AC_PROG_CPP + +-dnl Make sure we have an ANSI compiler +-AM_C_PROTOTYPES + test "x$U" != "x" && AC_MSG_ERROR(Compiler not ANSI compliant) + + dnl Checks for libraries. -- cgit v1.2.3-54-g00ecf