From 9d5da1886aa9c7288ceec38206f63d7ee3cf6805 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 3 Dec 2017 09:20:23 -0800 Subject: Bunch of upgrades: android-ndk, expat, gcc-linaro, ... ... mingw-w64, musl, strace, uClibc-ng, linux. Also, regenerate chksum's after @bhundven's upgrade of binutils. Signed-off-by: Alexey Neyman --- .../mingw-w64/v5.0.2/0000-mingw64-malloc.patch | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 packages/mingw-w64/v5.0.2/0000-mingw64-malloc.patch (limited to 'packages/mingw-w64/v5.0.2/0000-mingw64-malloc.patch') diff --git a/packages/mingw-w64/v5.0.2/0000-mingw64-malloc.patch b/packages/mingw-w64/v5.0.2/0000-mingw64-malloc.patch deleted file mode 100644 index f19e8ce5..00000000 --- a/packages/mingw-w64/v5.0.2/0000-mingw64-malloc.patch +++ /dev/null @@ -1,58 +0,0 @@ ---- - mingw-w64-tools/genidl/src/genidl_cfg.h | 2 ++ - mingw-w64-tools/genidl/src/genidl_typinfo.c | 3 +++ - mingw-w64-tools/widl/include/pathtools.h | 3 +-- - mingw-w64-tools/widl/src/pathtools.c | 3 +-- - 4 files changed, 7 insertions(+), 4 deletions(-) - ---- a/mingw-w64-tools/genidl/src/genidl_cfg.h -+++ b/mingw-w64-tools/genidl/src/genidl_cfg.h -@@ -26,7 +26,9 @@ - #include - #include - #include -+#if defined(HAVE_MALLOC_H) - #include -+#endif - #include - #include - #include ---- a/mingw-w64-tools/genidl/src/genidl_typinfo.c -+++ b/mingw-w64-tools/genidl/src/genidl_typinfo.c -@@ -21,7 +21,10 @@ - #include "genidl_cfg.h" - #include "genidl_typeinfo.h" - #include "genidl_typinfo.h" -+#if defined(HAVE_MALLOC_H) - #include -+#endif -+#include - #include - #include - ---- a/mingw-w64-tools/widl/include/pathtools.h -+++ b/mingw-w64-tools/widl/include/pathtools.h -@@ -12,9 +12,8 @@ - #define PATHTOOLS_H - - #include --#if defined(__APPLE__) - #include --#else -+#if defined(HAVE_MALLOC_H) - #include - #endif - #include ---- a/mingw-w64-tools/widl/src/pathtools.c -+++ b/mingw-w64-tools/widl/src/pathtools.c -@@ -8,9 +8,8 @@ - .email: . - */ - --#if defined(__APPLE__) - #include --#else -+#if defined(HAVE_MALLOC_H) - #include - #endif - #include -- cgit v1.2.3