hylafaxplus: 7.0.7 -> 7.0.8
Note that this update makes hylafaxplus compatible with libtiff 4.6.0t (a fork of libtiff at version 4.6.0). A follow-up commit will introduce that library fork and make hylafaxplus build with it.
This commit is contained in:
parent
5c24cf2f0a
commit
fabdf2c8a9
2 changed files with 4 additions and 4 deletions
|
@ -32,8 +32,8 @@
|
||||||
let
|
let
|
||||||
|
|
||||||
pname = "hylafaxplus";
|
pname = "hylafaxplus";
|
||||||
version = "7.0.7";
|
version = "7.0.8";
|
||||||
hash = "sha512-nUvt+M0HBYN+MsGskuuDt1j0nI5Dk8MbfK/OVxP2FCDby3eiDg0eDtcpIxlOe4o0klko07zDRIb06zqh8ABuKA==";
|
hash = "sha512-6wTLVcaHpASy+2i+jeoJ1cM2aLgI5vznGrLd4NCkLHiOxlfCh/ASRaj2Nxt9ZZ5NN/deEwf9tNSZ7MkFZHVsqA==";
|
||||||
|
|
||||||
configSite = substituteAll {
|
configSite = substituteAll {
|
||||||
name = "${pname}-config.site";
|
name = "${pname}-config.site";
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
https://bugs.gentoo.org/706154
|
https://bugs.gentoo.org/706154
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -2583,7 +2583,7 @@ EOF
|
@@ -2584,7 +2584,7 @@ EOF
|
||||||
echo '#define TIFFSTRIPBYTECOUNTS uint32_t'
|
echo '#define TIFFSTRIPBYTECOUNTS uint32_t'
|
||||||
echo '#define TIFFVERSION TIFF_VERSION'
|
echo '#define TIFFVERSION TIFF_VERSION'
|
||||||
echo '#define TIFFHEADER TIFFHeader';;
|
echo '#define TIFFHEADER TIFFHeader';;
|
||||||
- 4.[012345]) tiff_runlen_t="uint32_t"
|
- 4.[0123456]) tiff_runlen_t="uint32_t"
|
||||||
+ 4.[0-9]) tiff_runlen_t="uint32_t"
|
+ 4.[0-9]) tiff_runlen_t="uint32_t"
|
||||||
tiff_offset_t="uint64_t"
|
tiff_offset_t="uint64_t"
|
||||||
echo '#define TIFFSTRIPBYTECOUNTS uint64_t'
|
echo '#define TIFFSTRIPBYTECOUNTS uint64_t'
|
||||||
|
|
Loading…
Reference in a new issue