comparison src/bzip2-1-fixes.patch @ 5260:6a63ec73029d

bzip2: update to v1.0.8 * src/bzip2-1-fixes.patch: update patch * src/bzip2.mk: update downlaod/ver urls, checksum and version
author John Donoghue
date Mon, 06 Jan 2020 13:29:17 -0500
parents 6409a12147fd
children
comparison
equal deleted inserted replaced
5259:6d8f7b772e30 5260:6a63ec73029d
1 This file is part of MXE. 1 diff -ur bzip2-1.0.8.orig/bzlib.h bzip2-1.0.8/bzlib.h
2 See index.html for further information. 2 --- bzip2-1.0.8.orig/bzlib.h 2020-01-06 13:24:42.229947041 -0500
3 3 +++ bzip2-1.0.8/bzlib.h 2020-01-06 13:27:27.946095881 -0500
4 diff -uNr bzip2-1.0.6.orig/bzip2.c bzip2-1.0.6/bzip2.c
5 --- bzip2-1.0.6.orig/bzip2.c 2010-09-11 01:04:53.000000000 +0200
6 +++ bzip2-1.0.6/bzip2.c 2013-01-30 16:24:00.170396872 +0100
7 @@ -128,7 +128,7 @@
8 #if BZ_LCCWIN32
9 # include <io.h>
10 # include <fcntl.h>
11 -# include <sys\stat.h>
12 +# include <sys/stat.h>
13
14 # define NORETURN /**/
15 # define PATH_SEP '\\'
16 diff -uNr bzip2-1.0.6.orig/bzlib.h bzip2-1.0.6/bzlib.h
17 --- bzip2-1.0.6.orig/bzlib.h 2010-09-11 01:08:42.000000000 +0200
18 +++ bzip2-1.0.6/bzlib.h 2013-01-30 16:22:10.514401460 +0100
19 @@ -75,7 +75,7 @@ 4 @@ -75,7 +75,7 @@
20 #include <stdio.h> 5 #include <stdio.h>
21 #endif 6 #endif
22 7
23 -#ifdef _WIN32 8 -#ifdef _WIN32