diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-11 11:35:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 12:53:31 +0100 |
commit | 7a6218b05eb4ec23e6378a1738ac2f6809fe5c08 (patch) | |
tree | 8214f47834281c8a955eb4eea03cacc147aa38b0 /meta/recipes-multimedia/libtiff/files | |
parent | 3804ea3b6993184060236cfbb0d05c43b7cff017 (diff) | |
download | openembedded-core-7a6218b05eb4ec23e6378a1738ac2f6809fe5c08.tar.gz openembedded-core-7a6218b05eb4ec23e6378a1738ac2f6809fe5c08.tar.bz2 openembedded-core-7a6218b05eb4ec23e6378a1738ac2f6809fe5c08.zip |
libtiff: Update to 3.9.5
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libtiff/files')
-rw-r--r-- | meta/recipes-multimedia/libtiff/files/libtool2.patch | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/meta/recipes-multimedia/libtiff/files/libtool2.patch b/meta/recipes-multimedia/libtiff/files/libtool2.patch index 2ee8309d1d..457202eae5 100644 --- a/meta/recipes-multimedia/libtiff/files/libtool2.patch +++ b/meta/recipes-multimedia/libtiff/files/libtool2.patch @@ -4,18 +4,16 @@ Upstream-Status: Inappropriate [configuration] configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---- tiff-3.8.2.orig/configure.ac -+++ tiff-3.8.2/configure.ac -@@ -25,11 +25,11 @@ dnl OF THIS SOFTWARE. - dnl Process this file with autoconf to produce a configure script. - - AC_PREREQ(2.59) - AC_INIT([LibTIFF Software], 3.8.2, [tiff@lists.maptools.org], tiff) +Index: tiff-3.9.5/configure.ac +=================================================================== +--- tiff-3.9.5.orig/configure.ac ++++ tiff-3.9.5/configure.ac +@@ -27,7 +27,7 @@ dnl Process this file with autoconf to p + AC_PREREQ(2.64) + AC_INIT([LibTIFF Software],[3.9.5],[tiff@lists.maptools.org],[tiff]) AC_CONFIG_AUX_DIR(config) -AC_CONFIG_MACRO_DIR(m4) +dnl AC_CONFIG_MACRO_DIR(m4) AC_LANG(C) - dnl Compute the canonical target-system type variable - AC_CANONICAL_TARGET - + dnl Compute the canonical host (run-time) system type variable |