diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-14 13:42:22 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-14 13:42:22 +0000 |
commit | c931b7563e3bf35f7246eef691eadd5d58d9ade5 (patch) | |
tree | 42313f73a161ef880e3948a7182632f32f8e66af /meta-extras/packages/libtiff/files/libtool2.patch | |
parent | 3c58460fc8e97c433819be42dec2639dbc64fa91 (diff) | |
download | poky-c931b7563e3bf35f7246eef691eadd5d58d9ade5.tar.gz |
tiff: make it work after libtool upgrade
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4655 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/libtiff/files/libtool2.patch')
-rw-r--r-- | meta-extras/packages/libtiff/files/libtool2.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-extras/packages/libtiff/files/libtool2.patch b/meta-extras/packages/libtiff/files/libtool2.patch new file mode 100644 index 0000000000..8285be51d2 --- /dev/null +++ b/meta-extras/packages/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 | |||