nixpkgs/pkgs/servers/hylafaxplus/libtiff-4.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
436 B
Diff
Raw Normal View History

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