nixpkgs/pkgs/servers/hylafaxplus/libtiff-4.patch
Yarny0 7b76bb2be1 hylafaxplus: 7.0.8 -> 7.0.9
...released on Sept 26 2024.

Also adapt the libtiff compatibility patch.

Release notes: https://hylafax.sourceforge.io/news/7.0.9.php
2024-09-27 08:56:07 +02:00

13 lines
438 B
Diff

https://bugs.gentoo.org/706154
--- a/configure
+++ b/configure
@@ -2584,7 +2584,7 @@ EOF
echo '#define TIFFSTRIPBYTECOUNTS uint32_t'
echo '#define TIFFVERSION TIFF_VERSION'
echo '#define TIFFHEADER TIFFHeader';;
- 4.[01234567]) tiff_runlen_t="uint32_t"
+ 4.[0-9]) tiff_runlen_t="uint32_t"
tiff_offset_t="uint64_t"
echo '#define TIFFSTRIPBYTECOUNTS uint64_t'
echo '#define TIFFVERSION TIFF_VERSION_CLASSIC'