From ec1b2d16edeedc0bda532cc44f668ce6b6a8a8dd Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 7 Sep 1999 10:45:31 +0000 Subject: The tiff port now lives in ports/graphics/tiff. --- comms/hylafax/files/patch-ab | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'comms/hylafax/files/patch-ab') 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 -- cgit v1.2.3