mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
11 lines
310 B
Text
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
|