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:01:35 +0000
committerGitHub <noreply@github.com>2021-07-22 00:01:35 +0000
commit8020f53c688d440707d27e2d76a5d453b7f9665e (patch)
tree312ad93cd01fdf30373d626fe380f7602f032e76 /pkgs/servers/hylafaxplus/libtiff-4.patch
parent41adc8c8ded99eec7834826445ec96deff2b1908 (diff)
parent902ec75d0adc6a5216879c674e5b9671cc5cbeed (diff)
downloadnixpkgs-8020f53c688d440707d27e2d76a5d453b7f9665e.tar
nixpkgs-8020f53c688d440707d27e2d76a5d453b7f9665e.tar.gz
nixpkgs-8020f53c688d440707d27e2d76a5d453b7f9665e.tar.bz2
nixpkgs-8020f53c688d440707d27e2d76a5d453b7f9665e.tar.lz
nixpkgs-8020f53c688d440707d27e2d76a5d453b7f9665e.tar.xz
nixpkgs-8020f53c688d440707d27e2d76a5d453b7f9665e.tar.zst
nixpkgs-8020f53c688d440707d27e2d76a5d453b7f9665e.zip
Merge master into staging-next
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'