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, 19 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/files/libtool2.patch b/meta/recipes-multimedia/libtiff/files/libtool2.patch new file mode 100644 index 0000000000..8285be51d2 --- /dev/null +++ b/meta/recipes-multimedia/libtiff/files/libtool2.patch | |||
@@ -0,0 +1,19 @@ | |||
1 | --- | ||
2 | configure.ac | 2 +- | ||
3 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
4 | |||
5 | --- tiff-3.8.2.orig/configure.ac | ||
6 | +++ tiff-3.8.2/configure.ac | ||
7 | @@ -25,11 +25,11 @@ dnl OF THIS SOFTWARE. | ||
8 | dnl Process this file with autoconf to produce a configure script. | ||
9 | |||
10 | AC_PREREQ(2.59) | ||
11 | AC_INIT([LibTIFF Software], 3.8.2, [tiff@lists.maptools.org], tiff) | ||
12 | AC_CONFIG_AUX_DIR(config) | ||
13 | -AC_CONFIG_MACRO_DIR(m4) | ||
14 | +dnl AC_CONFIG_MACRO_DIR(m4) | ||
15 | AC_LANG(C) | ||
16 | |||
17 | dnl Compute the canonical target-system type variable | ||
18 | AC_CANONICAL_TARGET | ||
19 | |||