summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-27 17:09:55 +0000
committerwiz <wiz@pkgsrc.org>2009-08-27 17:09:55 +0000
commitd719f834a24db2c7db63af3238e9a8e453c26003 (patch)
treec7a7de5634cd987176b3710f50767587eb8b08b9 /comms/hylafax/patches
parent1199c91e44a56582a4ee848d355e2ec30867a766 (diff)
downloadpkgsrc-d719f834a24db2c7db63af3238e9a8e453c26003.tar.gz
Fix build against tiff-3.9 by allowing it in the configure script (duh).
Problem reported by hasso.
Diffstat (limited to 'comms/hylafax/patches')
-rw-r--r--comms/hylafax/patches/patch-ae4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/patches/patch-ae b/comms/hylafax/patches/patch-ae
index edd9c8af9b0..ca6ba486536 100644
--- a/comms/hylafax/patches/patch-ae
+++ b/comms/hylafax/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.13 2006/05/15 19:02:47 joerg Exp $
+$NetBSD: patch-ae,v 1.14 2009/08/27 17:09:55 wiz Exp $
--- configure.orig 2005-12-16 22:40:30.000000000 +0000
+++ configure
@@ -81,7 +81,7 @@ $NetBSD: patch-ae,v 1.13 2006/05/15 19:02:47 joerg Exp $
case ${lib_ver} in
3.4) tiff_runlen_t="uint16" ;;
- 3.[567]) tiff_runlen_t="uint32" ;;
-+ 3.[5678]) tiff_runlen_t="uint32" ;;
++ 3.[56789]) tiff_runlen_t="uint32" ;;
esac
fi
else