summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/imagemagick/imagemagick-6.8.6/remove.dist-lzip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/imagemagick/imagemagick-6.8.6/remove.dist-lzip.patch')
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick-6.8.6/remove.dist-lzip.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick-6.8.6/remove.dist-lzip.patch b/meta-oe/recipes-support/imagemagick/imagemagick-6.8.6/remove.dist-lzip.patch
new file mode 100644
index 000000000..559aa247d
--- /dev/null
+++ b/meta-oe/recipes-support/imagemagick/imagemagick-6.8.6/remove.dist-lzip.patch
@@ -0,0 +1,17 @@
1Our automake-1.11.2 doesn't support it yet, see:
2http://lists.gnu.org/archive/html/automake/2011-12/msg00081.html
3
4Upstream-Status: Inappropriate [fix or upgrade oe-core automake]
5
6diff -uNr ImageMagick-6.7.5-6.orig/configure.ac ImageMagick-6.7.5-6/configure.ac
7--- ImageMagick-6.7.5-6.orig/configure.ac 2012-02-12 18:07:28.000000000 +0100
8+++ ImageMagick-6.7.5-6/configure.ac 2012-02-15 12:55:47.668813474 +0100
9@@ -128,7 +128,7 @@
10 # Ensure that make can run correctly
11 AM_SANITY_CHECK
12
13-AM_INIT_AUTOMAKE([1.11 color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-lzip dist-xz dist-zip])
14+AM_INIT_AUTOMAKE([1.11 color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-xz dist-zip])
15
16 # Enable support for silent build rules
17 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])