summaryrefslogtreecommitdiff
path: root/packages/mingw-w64
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-11 02:00:59 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:51 (GMT)
commit86c2982568de1ad4d4cc12a65b19231331484405 (patch)
tree2e0b3fb78c30877c0c152d59d0e0fff817b73822 /packages/mingw-w64
parent1210b0c2f45e32ef0867ca00e16b6aadb6a81bf9 (diff)
Run patches thru `manage-packages -P`
This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/mingw-w64')
-rw-r--r--packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch3
-rw-r--r--packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch3
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch b/packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch
index 835be63..8e0add1 100644
--- a/packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch
+++ b/packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch
@@ -1,7 +1,7 @@
---
mingw-w64-tools/genidl/src/genidl_cfg.h | 2 ++
mingw-w64-tools/genidl/src/genidl_typinfo.c | 3 +++
- 2 files changed, 5 insertions(+), 0 deletions(-)
+ 2 files changed, 5 insertions(+)
--- a/mingw-w64-tools/genidl/src/genidl_cfg.h
+++ b/mingw-w64-tools/genidl/src/genidl_cfg.h
@@ -27,3 +27,4 @@
+#include <stdlib.h>
#include <string.h>
#include <memory.h>
+
diff --git a/packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch b/packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch
index 835be63..8e0add1 100644
--- a/packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch
+++ b/packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch
@@ -1,7 +1,7 @@
---
mingw-w64-tools/genidl/src/genidl_cfg.h | 2 ++
mingw-w64-tools/genidl/src/genidl_typinfo.c | 3 +++
- 2 files changed, 5 insertions(+), 0 deletions(-)
+ 2 files changed, 5 insertions(+)
--- a/mingw-w64-tools/genidl/src/genidl_cfg.h
+++ b/mingw-w64-tools/genidl/src/genidl_cfg.h
@@ -27,3 +27,4 @@
+#include <stdlib.h>
#include <string.h>
#include <memory.h>
+