commit:     ee5dc88f451e30eacac2a50c55ede8df81474173
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 28 02:53:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 28 02:53:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5dc88f

net-misc/hylafaxplus: allow newer libtiff

Bug: https://bugs.gentoo.org/706154
Closes: https://bugs.gentoo.org/810658
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 97623b85080..8c4dbda35cc 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'

Reply via email to