summaryrefslogtreecommitdiff
path: root/net-misc/hylafaxplus/files/hylafaxplus-7.0.2-tiff-4.2.patch
blob: 8c4dbda35cc575007a26a21f54de004ccbaa2e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://bugs.gentoo.org/706154
https://bugs.gentoo.org/810658
--- 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.[0123456789])	tiff_runlen_t="uint32"
 				tiff_offset_t="uint64"
 				echo '#define TIFFSTRIPBYTECOUNTS uint64'
 				echo '#define TIFFVERSION TIFF_VERSION_CLASSIC'