summaryrefslogtreecommitdiff
path: root/comms/hylafax/files/patch-configure
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-12-30 16:38:44 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-12-30 16:38:44 +0000
commitc0cca6178c3d9b68513a03157e88de0c2e4c26a5 (patch)
tree9d50c34ae98364bc14d81092f4b58a6eac691d70 /comms/hylafax/files/patch-configure
parentsysutils/lcdproc: enable on powerpc64 (diff)
Update graphics/tiff to 4.2.0
Notes
Notes: svn path=/head/; revision=559672
Diffstat (limited to 'comms/hylafax/files/patch-configure')
-rw-r--r--comms/hylafax/files/patch-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hylafax/files/patch-configure b/comms/hylafax/files/patch-configure
index 10feebe4f312..a14308b23d06 100644
--- a/comms/hylafax/files/patch-configure
+++ b/comms/hylafax/files/patch-configure
@@ -173,7 +173,7 @@
tiff_bytecount_t="uint32"
;;
- 4.[0]) tiff_runlen_t="uint32"
-+ 4.[01]) tiff_runlen_t="uint32"
++ 4.[012]) tiff_runlen_t="uint32"
tiff_offset_t="uint64"
tiff_bytecount_t="uint64"
echo '#define TIFFHeader TIFFHeaderClassic'