From 7eabda27892ce155d7eb8c31a3b89a2afc1c7b91 Mon Sep 17 00:00:00 2001 From: markd Date: Mon, 3 Jan 2005 22:58:14 +0000 Subject: Fix configure to allow build with libtiff 3.7. --- comms/hylafax/distinfo | 4 ++-- comms/hylafax/patches/patch-ae | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'comms/hylafax') diff --git a/comms/hylafax/distinfo b/comms/hylafax/distinfo index 1cfcfb642c6..d84d6992d62 100644 --- a/comms/hylafax/distinfo +++ b/comms/hylafax/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2004/07/08 20:27:56 heinz Exp $ +$NetBSD: distinfo,v 1.12 2005/01/03 22:58:14 markd Exp $ SHA1 (hylafax/hylafax-4.1.8.tar.gz) = e720bc964ecad84146f4ea2cdcdc374af66e2ce5 Size (hylafax/hylafax-4.1.8.tar.gz) = 1285536 bytes @@ -6,7 +6,7 @@ SHA1 (patch-aa) = 94de7c7fb55c9c95c6a774fb732e2d47ec818152 SHA1 (patch-ab) = 5ee930814178223fa66dd308f365ff400559fd1d SHA1 (patch-ac) = 3f7173b784df070b6103d808287e5fb21ebe1d16 SHA1 (patch-ad) = a7e361980c94a025be0b326c1cf694cce3cbff72 -SHA1 (patch-ae) = 4369604712e64a887541416f07f346079dc9757c +SHA1 (patch-ae) = 423246af7c2473309c6080cb04c1080e01d20704 SHA1 (patch-af) = efa0af45eaa8eeee354bdecfe7e9ea8db2b0ffcb SHA1 (patch-ag) = e1a38918cadf1d1cca7765ee2c050e99dfed0b7f SHA1 (patch-ah) = 3641a5cdb3a4ab44d25c0bbaa4e7609f7f8d162b 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); -- cgit v1.2.3