summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches
diff options
context:
space:
mode:
authormarkd <markd>2005-01-03 22:58:14 +0000
committermarkd <markd>2005-01-03 22:58:14 +0000
commit7eabda27892ce155d7eb8c31a3b89a2afc1c7b91 (patch)
treed43e5b0c8b536c221bbceccd7ffcc6c127ef09e4 /comms/hylafax/patches
parentbc657f8f39efbf674ac7ff8d8d2bd3c865d13613 (diff)
downloadpkgsrc-7eabda27892ce155d7eb8c31a3b89a2afc1c7b91.tar.gz
Fix configure to allow build with libtiff 3.7.
Diffstat (limited to 'comms/hylafax/patches')
-rw-r--r--comms/hylafax/patches/patch-ae13
1 files changed, 11 insertions, 2 deletions
diff --git a/comms/hylafax/patches/patch-ae b/comms/hylafax/patches/patch-ae
index 53e0d8d68db..b84e314f02f 100644
--- a/comms/hylafax/patches/patch-ae
+++ b/comms/hylafax/patches/patch-ae
@@ -1,6 +1,6 @@
-$NetBSD: patch-ae,v 1.8 2004/07/08 20:27:56 heinz Exp $
+$NetBSD: patch-ae,v 1.9 2005/01/03 22:58:14 markd Exp $
---- configure.orig Fri May 23 04:28:51 2003
+--- configure.orig 2003-05-23 15:28:51.000000000 +1200
+++ configure
@@ -37,23 +37,23 @@
#
@@ -74,6 +74,15 @@ $NetBSD: patch-ae,v 1.8 2004/07/08 20:27:56 heinz Exp $
PATH=$PATH:$OPATH
POSIXLY_CORRECT=1; export POSIXLY_CORRECT # disable GNU extensions
+@@ -2327,7 +2328,7 @@ EOF
+ if [ ${header_ver} -ge 19960307 ]; then
+ if [ "${lib_ver}" = "3.4" ]; then
+ tiff_runlen_t="uint16"
+- elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" ]; then
++ elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" -o "${lib_ver}" = "3.7" ]; then
+ tiff_runlen_t="uint32"
+ fi
+ fi
@@ -3042,13 +3043,7 @@ main()
printf("old include files: version %u\n", ZLIB_VERSION);
exit(-1);