diff options
author | Sam James <sam@gentoo.org> | 2021-08-28 03:53:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-28 03:53:41 +0100 |
commit | ee5dc88f451e30eacac2a50c55ede8df81474173 (patch) | |
tree | 7a8253673ed31096e498327c70269d2f4e0885c0 | |
parent | sys-fs/fuse: add iconv/gettext macro to avoid dependency in :2 (diff) | |
download | gentoo-ee5dc88f451e30eacac2a50c55ede8df81474173.tar.gz gentoo-ee5dc88f451e30eacac2a50c55ede8df81474173.tar.bz2 gentoo-ee5dc88f451e30eacac2a50c55ede8df81474173.zip |
net-misc/hylafaxplus: allow newer libtiff
Bug: https://bugs.gentoo.org/706154
Closes: https://bugs.gentoo.org/810658
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch b/net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch index 97623b850805..8c4dbda35cc5 100644 --- a/net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch +++ b/net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch @@ -1,4 +1,5 @@ https://bugs.gentoo.org/706154 +https://bugs.gentoo.org/810658 --- a/configure +++ b/configure @@ -2583,7 +2583,7 @@ EOF @@ -6,7 +7,7 @@ https://bugs.gentoo.org/706154 echo '#define TIFFVERSION TIFF_VERSION' echo '#define TIFFHEADER TIFFHeader';; - 4.[01]) tiff_runlen_t="uint32" -+ 4.[012]) tiff_runlen_t="uint32" ++ 4.[0123456789]) tiff_runlen_t="uint32" tiff_offset_t="uint64" echo '#define TIFFSTRIPBYTECOUNTS uint64' echo '#define TIFFVERSION TIFF_VERSION_CLASSIC' |