add some packages
This commit is contained in:
11
recipes/bzip2/all/patches/0001-fix-sys-stat-include.patch
Normal file
11
recipes/bzip2/all/patches/0001-fix-sys-stat-include.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/bzip2.c
|
||||
+++ b/bzip2.c
|
||||
@@ -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 '\\'
|
||||
Reference in New Issue
Block a user