]> git.pld-linux.org Git - packages/hylafax.git/blob - tiff.patch
missing patch
[packages/hylafax.git] / tiff.patch
1 --- hylafax-6.0.7/configure~    2018-09-18 20:51:17.000000000 +0200
2 +++ hylafax-6.0.7/configure     2023-02-02 21:56:50.429834907 +0100
3 @@ -2563,7 +2563,7 @@
4                                 tiff_offset_t="uint32"
5                                 tiff_bytecount_t="uint32"
6                                 ;;
7 -               4.[0])          tiff_runlen_t="uint32"
8 +               4.*)            tiff_runlen_t="uint32"
9                                 tiff_offset_t="uint64"
10                                 tiff_bytecount_t="uint64"
11                                 echo '#define TIFFHeader        TIFFHeaderClassic'
This page took 0.062168 seconds and 3 git commands to generate.