File: 832_fix_FTBFS_with_newer_libtiff.patch

package info (click to toggle)
hylafax 3%3A6.0.7-13
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 10,848 kB
  • sloc: sh: 15,305; ansic: 14,429; makefile: 1,562; cpp: 781; awk: 529
file content (20 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Subject: Fix FTBFS with newer libtiff
author: Bastien Roucariès <rouca@debian.org>

Allow newer libtiff in configure

bug-debian: https://bugs.debian.org/978220

Index: hylafax-6.0.7/configure
===================================================================
--- hylafax-6.0.7.orig/configure
+++ hylafax-6.0.7/configure
@@ -2572,7 +2572,7 @@ EOF
 				tiff_offset_t="uint32"
 				tiff_bytecount_t="uint32"
 				;;
-		4.[01])		tiff_runlen_t="uint32"
+		4.[0-9])	tiff_runlen_t="uint32"
 				tiff_offset_t="uint64"
 				tiff_bytecount_t="uint64"
 				echo '#define TIFFHeader	TIFFHeaderClassic'