mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 08:04:47 +00:00
![Yarny0](/assets/img/avatar_default.png)
...released on Sept 26 2024. Also adapt the libtiff compatibility patch. Release notes: https://hylafax.sourceforge.io/news/7.0.9.php
13 lines
438 B
Diff
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'
|