ports/comms/hylafax/files/patch-configure
Sam Lawrance 02ece66ad1 Update to 4.2.5.
PR:		ports/92572
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-02-11 02:34:50 +00:00

11 lines
310 B
Text

--- configure.orig Mon Jan 30 23:31:09 2006
+++ configure Mon Jan 30 23:31:32 2006
@@ -2418,7 +2418,7 @@
if [ ${header_ver} -ge 19960307 ]; then
case ${lib_ver} in
3.4) tiff_runlen_t="uint16" ;;
- 3.[567]) tiff_runlen_t="uint32" ;;
+ 3.[5678]) tiff_runlen_t="uint32" ;;
esac
fi
else