Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 12 lines 436 B view raw
1https://bugs.gentoo.org/706154 2--- a/configure 3+++ b/configure 4@@ -2583,7 +2583,7 @@ EOF 5 echo '#define TIFFSTRIPBYTECOUNTS uint32_t' 6 echo '#define TIFFVERSION TIFF_VERSION' 7 echo '#define TIFFHEADER TIFFHeader';; 8- 4.[012345]) tiff_runlen_t="uint32_t" 9+ 4.[0-9]) tiff_runlen_t="uint32_t" 10 tiff_offset_t="uint64_t" 11 echo '#define TIFFSTRIPBYTECOUNTS uint64_t' 12 echo '#define TIFFVERSION TIFF_VERSION_CLASSIC'