From 29efd7db303b443e103311cc0e458ee5c134e8e5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 6 Jan 2023 12:11:06 +0000 Subject: gentoo auto-resync : 06:01:2023 - 12:11:06 --- .../hylafaxplus/files/hylafaxplus-7.0.6-allow-tiff-4.5.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net-misc/hylafaxplus/files/hylafaxplus-7.0.6-allow-tiff-4.5.patch (limited to 'net-misc/hylafaxplus/files/hylafaxplus-7.0.6-allow-tiff-4.5.patch') diff --git a/net-misc/hylafaxplus/files/hylafaxplus-7.0.6-allow-tiff-4.5.patch b/net-misc/hylafaxplus/files/hylafaxplus-7.0.6-allow-tiff-4.5.patch new file mode 100644 index 000000000000..dc48efa212bb --- /dev/null +++ b/net-misc/hylafaxplus/files/hylafaxplus-7.0.6-allow-tiff-4.5.patch @@ -0,0 +1,12 @@ +--- a/configure ++++ b/configure +@@ -2583,7 +2583,7 @@ EOF + echo '#define TIFFSTRIPBYTECOUNTS uint32_t' + echo '#define TIFFVERSION TIFF_VERSION' + echo '#define TIFFHEADER TIFFHeader';; +- 4.[01234]) tiff_runlen_t="uint32_t" ++ 4.[012345]) tiff_runlen_t="uint32_t" + tiff_offset_t="uint64_t" + echo '#define TIFFSTRIPBYTECOUNTS uint64_t' + echo '#define TIFFVERSION TIFF_VERSION_CLASSIC' + -- cgit v1.2.3