summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch')
-rw-r--r--meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch22
1 files changed, 22 insertions, 0 deletions
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 @@
1Upstream-Status: Pending
2
3This patch fixes following kind of issues with automake 1.12
4
5| configure.in:51: error: automatic de-ANSI-fication support has been removed
6
7Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
82012/05/03
9
10Index: libcroco-0.6.3/configure.in
11===================================================================
12--- libcroco-0.6.3.orig/configure.in
13+++ libcroco-0.6.3/configure.in
14@@ -47,8 +47,6 @@ AC_PROG_CC
15 AC_PROG_INSTALL
16 AC_PROG_CPP
17
18-dnl Make sure we have an ANSI compiler
19-AM_C_PROTOTYPES
20 test "x$U" != "x" && AC_MSG_ERROR(Compiler not ANSI compliant)
21
22 dnl Checks for libraries.