diff options
| author | Matthew Oliver <protogonoi@gmail.com> | 2020-08-29 08:39:29 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-28 15:39:29 -0700 |
| commit | f3f329a048eaff759c1992c458f2e12351486bc7 (patch) | |
| tree | 0b90e2164b37395a58b998e91ca42187cb6bffce /ports/bzip2/fix-windows-include.patch | |
| parent | 62a64f09a1260cb77c8d57f4f79120087ffc0f40 (diff) | |
| download | vcpkg-f3f329a048eaff759c1992c458f2e12351486bc7.tar.gz vcpkg-f3f329a048eaff759c1992c458f2e12351486bc7.zip | |
[bzip2] Update to 1.0.8. (#13178)
Fixes #12960
Diffstat (limited to 'ports/bzip2/fix-windows-include.patch')
| -rw-r--r-- | ports/bzip2/fix-windows-include.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/bzip2/fix-windows-include.patch b/ports/bzip2/fix-windows-include.patch deleted file mode 100644 index 11797ad2f..000000000 --- a/ports/bzip2/fix-windows-include.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN bzip2-1.0.6-orig/bzip2.c bzip2-1.0.6/bzip2.c ---- bzip2-1.0.6-orig/bzip2.c 2010-09-11 02:04:53.000000000 +0300 -+++ bzip2-1.0.6/bzip2.c 2019-11-04 11:40:52.230652175 +0200 -@@ -128,7 +128,7 @@ - #if BZ_LCCWIN32 - # include <io.h> - # include <fcntl.h> --# include <sys\stat.h> -+# include <sys/stat.h> - - # define NORETURN /**/ - # define PATH_SEP '\\' |
