mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
fabdf2c8a9
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.
12 lines
437 B
Diff
12 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'
|