]> git.pld-linux.org Git - packages/hylafax.git/blob - hylafax-new-libtiff.patch
- Release: 0.3
[packages/hylafax.git] / hylafax-new-libtiff.patch
1 diff -urN hylafax-4.1.5.org/configure hylafax-4.1.5/configure
2 --- hylafax-4.1.5.org/configure Thu Mar 20 16:46:22 2003
3 +++ hylafax-4.1.5/configure     Thu Mar 20 16:47:09 2003
4 @@ -2314,7 +2314,7 @@
5         if [ ${header_ver} -ge 19960307 ]; then
6             if [ "${lib_ver}" = "3.4" ]; then
7                 tiff_runlen_t="uint16"
8 -           elif [ "${lib_ver}" = "3.5" ]; then
9 +           elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" ]; then
10                 tiff_runlen_t="uint32"
11             fi
12         fi
This page took 0.021281 seconds and 3 git commands to generate.