diff options
Diffstat (limited to 'meta/recipes-multimedia/libtiff/files/libtool2.patch')
-rw-r--r-- | meta/recipes-multimedia/libtiff/files/libtool2.patch | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/meta/recipes-multimedia/libtiff/files/libtool2.patch b/meta/recipes-multimedia/libtiff/files/libtool2.patch index a84c688962..96233b46c9 100644 --- a/meta/recipes-multimedia/libtiff/files/libtool2.patch +++ b/meta/recipes-multimedia/libtiff/files/libtool2.patch | |||
@@ -1,16 +1,21 @@ | |||
1 | From 5b893206e0a0d529ba2d0caf58cfffc03bccb598 Mon Sep 17 00:00:00 2001 | ||
2 | From: Marcin Juszkiewicz <hrw@openedhand.com> | ||
3 | Date: Sat, 14 Jun 2008 13:42:22 +0000 | ||
4 | Subject: [PATCH] tiff: make it work after libtool upgrade | ||
5 | |||
1 | Upstream-Status: Inappropriate [configuration] | 6 | Upstream-Status: Inappropriate [configuration] |
2 | 7 | ||
3 | --- | 8 | --- |
4 | configure.ac | 2 +- | 9 | configure.ac | 2 +- |
5 | 1 file changed, 1 insertion(+), 1 deletion(-) | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
6 | 11 | ||
7 | Index: tiff-4.0.9/configure.ac | 12 | diff --git a/configure.ac b/configure.ac |
8 | =================================================================== | 13 | index c7b02e2..ae1c964 100644 |
9 | --- tiff-4.0.9.orig/configure.ac | 14 | --- a/configure.ac |
10 | +++ tiff-4.0.9/configure.ac | 15 | +++ b/configure.ac |
11 | @@ -27,7 +27,7 @@ dnl Process this file with autoconf to p | 16 | @@ -27,7 +27,7 @@ dnl Process this file with autoconf to produce a configure script. |
12 | AC_PREREQ(2.64) | 17 | AC_PREREQ(2.64) |
13 | AC_INIT([LibTIFF Software],[4.0.9],[tiff@lists.maptools.org],[tiff]) | 18 | AC_INIT([LibTIFF Software],[4.0.10],[tiff@lists.maptools.org],[tiff]) |
14 | AC_CONFIG_AUX_DIR(config) | 19 | AC_CONFIG_AUX_DIR(config) |
15 | -AC_CONFIG_MACRO_DIR(m4) | 20 | -AC_CONFIG_MACRO_DIR(m4) |
16 | +dnl AC_CONFIG_MACRO_DIR(m4) | 21 | +dnl AC_CONFIG_MACRO_DIR(m4) |