mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
ad9e5b9386
* update libtiff patch due to https://sourceforge.net/p/hylafax/HylaFAX+/2682/ * add openssl to buildInputs due to https://sourceforge.net/p/hylafax/HylaFAX+/2664/ Release notes: https://hylafax.sourceforge.io/news/7.0.6.php
12 lines
435 B
Diff
12 lines
435 B
Diff
https://bugs.gentoo.org/706154
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -2583,7 +2583,7 @@ EOF
|
|
echo '#define TIFFSTRIPBYTECOUNTS uint32_t'
|
|
echo '#define TIFFVERSION TIFF_VERSION'
|
|
echo '#define TIFFHEADER TIFFHeader';;
|
|
- 4.[01234]) tiff_runlen_t="uint32_t"
|
|
+ 4.[0-9]) tiff_runlen_t="uint32_t"
|
|
tiff_offset_t="uint64_t"
|
|
echo '#define TIFFSTRIPBYTECOUNTS uint64_t'
|
|
echo '#define TIFFVERSION TIFF_VERSION_CLASSIC'
|