summaryrefslogtreecommitdiff
path: root/net-misc/hylafaxplus/files/hylafaxplus-7.0.6-allow-tiff-4.5.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-06 12:11:06 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-06 12:11:06 +0000
commit29efd7db303b443e103311cc0e458ee5c134e8e5 (patch)
treecb6e3ef15df82575a93cae8bd11b635d473f3796 /net-misc/hylafaxplus/files/hylafaxplus-7.0.6-allow-tiff-4.5.patch
parent19a808581ca18addf4b12d09f7e440b7244679e5 (diff)
gentoo auto-resync : 06:01:2023 - 12:11:06
Diffstat (limited to 'net-misc/hylafaxplus/files/hylafaxplus-7.0.6-allow-tiff-4.5.patch')
-rw-r--r--net-misc/hylafaxplus/files/hylafaxplus-7.0.6-allow-tiff-4.5.patch12
1 files changed, 12 insertions, 0 deletions
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'
+