diff options
author | Sam James <sam@gentoo.org> | 2021-03-02 03:47:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-02 03:49:04 +0000 |
commit | 82e3eefd5447f36e5bb00068a54b91d8c891ccf6 (patch) | |
tree | a163411f98ea50157f3bfc8bd07f264ea9169a9d /net-misc/hylafaxplus/files | |
parent | net-misc/hylafaxplus: fix HOMEPAGE (no HTTPS) (diff) | |
download | gentoo-82e3eefd5447f36e5bb00068a54b91d8c891ccf6.tar.gz gentoo-82e3eefd5447f36e5bb00068a54b91d8c891ccf6.tar.bz2 gentoo-82e3eefd5447f36e5bb00068a54b91d8c891ccf6.zip |
net-misc/hylafaxplus: allow newer media-libs/tiff
Closes: https://bugs.gentoo.org/706154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/hylafaxplus/files')
-rw-r--r-- | net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 000000000000..97623b850805 --- /dev/null +++ b/net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/706154 +--- a/configure ++++ b/configure +@@ -2583,7 +2583,7 @@ EOF + echo '#define TIFFSTRIPBYTECOUNTS uint32' + echo '#define TIFFVERSION TIFF_VERSION' + echo '#define TIFFHEADER TIFFHeader';; +- 4.[01]) tiff_runlen_t="uint32" ++ 4.[012]) tiff_runlen_t="uint32" + tiff_offset_t="uint64" + echo '#define TIFFSTRIPBYTECOUNTS uint64' + echo '#define TIFFVERSION TIFF_VERSION_CLASSIC' |