vuls: init at 0.27.0 (#348530)
[NixPkgs.git] / pkgs / by-name / hy / hylafaxplus / libtiff-4.patch
blob2257705710c0620a6320bb5d53ce783b010b8cd7
1 https://bugs.gentoo.org/706154
2 --- a/configure
3 +++ b/configure
4 @@ -2584,7 +2584,7 @@ EOF
5 echo '#define TIFFSTRIPBYTECOUNTS uint32_t'
6 echo '#define TIFFVERSION TIFF_VERSION'
7 echo '#define TIFFHEADER TIFFHeader';;
8 - 4.[01234567]) tiff_runlen_t="uint32_t"
9 + 4.[0-9]) tiff_runlen_t="uint32_t"
10 tiff_offset_t="uint64_t"
11 echo '#define TIFFSTRIPBYTECOUNTS uint64_t'
12 echo '#define TIFFVERSION TIFF_VERSION_CLASSIC'