summary refs log tree commit diff
path: root/pkgs/servers/hylafaxplus/libtiff-4.patch
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-22 00:02:07 +0000
committerGitHub <noreply@github.com>2021-07-22 00:02:07 +0000
commit9f3ace4591752351eed2a2d640d5366b72751c4d (patch)
treed59a2791036ba69842e097e10007f62af53df03a /pkgs/servers/hylafaxplus/libtiff-4.patch
parent87cfb513c1454a2db75db9483d713eeca4341766 (diff)
parent8020f53c688d440707d27e2d76a5d453b7f9665e (diff)
downloadnixpkgs-9f3ace4591752351eed2a2d640d5366b72751c4d.tar
nixpkgs-9f3ace4591752351eed2a2d640d5366b72751c4d.tar.gz
nixpkgs-9f3ace4591752351eed2a2d640d5366b72751c4d.tar.bz2
nixpkgs-9f3ace4591752351eed2a2d640d5366b72751c4d.tar.lz
nixpkgs-9f3ace4591752351eed2a2d640d5366b72751c4d.tar.xz
nixpkgs-9f3ace4591752351eed2a2d640d5366b72751c4d.tar.zst
nixpkgs-9f3ace4591752351eed2a2d640d5366b72751c4d.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/servers/hylafaxplus/libtiff-4.patch')
-rw-r--r--pkgs/servers/hylafaxplus/libtiff-4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/servers/hylafaxplus/libtiff-4.patch b/pkgs/servers/hylafaxplus/libtiff-4.patch
new file mode 100644
index 00000000000..daf7b4f7d05
--- /dev/null
+++ b/pkgs/servers/hylafaxplus/libtiff-4.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.[0-9])	tiff_runlen_t="uint32"
+ 				tiff_offset_t="uint64"
+ 				echo '#define TIFFSTRIPBYTECOUNTS uint64'
+ 				echo '#define TIFFVERSION TIFF_VERSION_CLASSIC'