aboutsummaryrefslogtreecommitdiffstats
path: root/main/hylafax/libtiff-41-compatibility.patch
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-11-20 19:28:02 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-11-20 19:30:44 +0000
commitbfcd4f4ae56014b9d3fe6e80e1df399a80139be8 (patch)
treeaf6881eae275bc8e965516d4b80cec16220526e8 /main/hylafax/libtiff-41-compatibility.patch
parent1ba89816e072203b9cf3804c33d38c766bd9659e (diff)
main/hylafax: add compattibility for libtiff 4.1
The configure script checks explicitly for libtiff versions. The version of libtiff that is currently in aports is 4.1, which was not included as a recognized version. Patch configure to recognize libtiff 4.1
Diffstat (limited to 'main/hylafax/libtiff-41-compatibility.patch')
-rw-r--r--main/hylafax/libtiff-41-compatibility.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/hylafax/libtiff-41-compatibility.patch b/main/hylafax/libtiff-41-compatibility.patch
new file mode 100644
index 00000000000..72409ee1bfa
--- /dev/null
+++ b/main/hylafax/libtiff-41-compatibility.patch
@@ -0,0 +1,13 @@
+diff --git a/configure b/configure.new
+index 8f591b554c..849e0ef355 100755
+--- a/configure
++++ b/configure.new
+@@ -2563,7 +2563,7 @@ EOF
+ tiff_offset_t="uint32"
+ tiff_bytecount_t="uint32"
+ ;;
+- 4.[0]) tiff_runlen_t="uint32"
++ 4.[01]) tiff_runlen_t="uint32"
+ tiff_offset_t="uint64"
+ tiff_bytecount_t="uint64"
+ echo '#define TIFFHeader TIFFHeaderClassic'