nixpkgs/pkgs/servers/hylafaxplus/libtiff-4.patch
Yarny0 94022accb0 hylafaxplus: 7.0.6 -> 7.0.7
Also:

* Drop patch for libtiff 4.5 compatibility;
  it is now included upstream.
* Update patch which expands the range of
  permitted libtiff versions so it still applies.

Release notes: https://hylafax.sourceforge.io/news/7.0.7.php
2023-01-24 12:21:13 +01:00

13 lines
436 B
Diff

https://bugs.gentoo.org/706154
--- a/configure
+++ b/configure
@@ -2583,7 +2583,7 @@ EOF
echo '#define TIFFSTRIPBYTECOUNTS uint32_t'
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'
echo '#define TIFFVERSION TIFF_VERSION_CLASSIC'