From 85efc571d5da08e4af3e84eb63b6854148e7f105 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 25 Aug 2008 21:08:16 +0000 Subject: Move libtiff to meta from meta-extras git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5102 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/libtiff/files/libtool2.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/packages/libtiff/files/libtool2.patch (limited to 'meta/packages/libtiff/files') diff --git a/meta/packages/libtiff/files/libtool2.patch b/meta/packages/libtiff/files/libtool2.patch new file mode 100644 index 000000000..8285be51d --- /dev/null +++ b/meta/packages/libtiff/files/libtool2.patch @@ -0,0 +1,19 @@ +--- + 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) + 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 + -- cgit v1.2.3