summaryrefslogtreecommitdiff
path: root/comms/hylafax/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'comms/hylafax/files/patch-ab')
-rw-r--r--comms/hylafax/files/patch-ab12
1 files changed, 11 insertions, 1 deletions
diff --git a/comms/hylafax/files/patch-ab b/comms/hylafax/files/patch-ab
index 7ed37b7565da..f2a012e7adc4 100644
--- a/comms/hylafax/files/patch-ab
+++ b/comms/hylafax/files/patch-ab
@@ -15,7 +15,17 @@
PATH=$PATH:$OPATH
POSIXLY_CORRECT=1; export POSIXLY_CORRECT # disable GNU extensions
-@@ -3928,7 +3934,8 @@
+@@ -2820,7 +2820,8 @@
+ printf("old include files: version %u\n", TIFFLIB_VERSION);
+ exit(-1);
+ }
+- if (strncmp(TIFFGetVersion(), "LIBTIFF, Version 3.4", 20) != 0) {
++ if (strncmp(TIFFGetVersion(), "LIBTIFF, Version 3.4", 20) != 0 &&
++ strncmp(TIFFGetVersion(), "LIBTIFF, Version 3.5", 20) != 0) {
+ printf("old library: version %s\n", TIFFGetVersion());
+ exit(-1);
+ } else
+@@ -3966,7 +3967,8 @@
printConfig
checkForExecutable $PATH_SENDMAIL
checkForExecutable $PATH_GETTY