nixpkgs/pkgs/servers/hylafaxplus/libtiff-4.patch
Yarny0 fabdf2c8a9 hylafaxplus: 7.0.7 -> 7.0.8
Note that this update makes hylafaxplus compatible
with libtiff 4.6.0t (a fork of libtiff at version 4.6.0).
A follow-up commit will introduce that library
fork and make hylafaxplus build with it.
2024-04-20 09:22:48 +02:00

13 lines
437 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.[0123456]) 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'