From b36c5ef28a4fdeafb6fbc6b0777cce02c5f6fa32 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 18:09:06 +0100 Subject: [PATCH] pixman: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../pixman/patches/pixman-0.28.2-automake_1.13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/x11/lib/pixman/patches/pixman-0.28.2-automake_1.13.patch diff --git a/packages/x11/lib/pixman/patches/pixman-0.28.2-automake_1.13.patch b/packages/x11/lib/pixman/patches/pixman-0.28.2-automake_1.13.patch new file mode 100644 index 0000000000..5c903575fc --- /dev/null +++ b/packages/x11/lib/pixman/patches/pixman-0.28.2-automake_1.13.patch @@ -0,0 +1,12 @@ +diff -Naur pixman-0.28.2-old/configure.ac pixman-0.28.2-new/configure.ac +--- pixman-0.28.2-old/configure.ac 2012-12-10 03:46:36.000000000 -0800 ++++ pixman-0.28.2-new/configure.ac 2012-12-29 05:30:54.000000000 -0800 +@@ -64,7 +64,7 @@ + # Suppress verbose compile lines + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + AC_CANONICAL_HOST +