summaryrefslogtreecommitdiff
path: root/packages/mingw-w64/v8.0.2
diff options
context:
space:
mode:
authorlancethepants <lancethepants@gmail.com>2021-05-12 14:40:52 (GMT)
committerlancethepants <lancethepants@gmail.com>2021-05-12 16:39:11 (GMT)
commit8a96209b69b2915507def95bdc88c15bdd8f70b2 (patch)
tree5160950bb9b92a85b4a05dac589859a984269d1d /packages/mingw-w64/v8.0.2
parentf9716e8b9042eb14de85320987300aab99300df5 (diff)
Update MinGW to version 8.0.2.
Adds support for gcc11. Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
Diffstat (limited to 'packages/mingw-w64/v8.0.2')
-rw-r--r--packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch29
-rw-r--r--packages/mingw-w64/v8.0.2/chksum9
-rw-r--r--packages/mingw-w64/v8.0.2/version.desc0
3 files changed, 38 insertions, 0 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
new file mode 100644
index 0000000..835be63
--- /dev/null
+++ b/packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch
@@ -0,0 +1,29 @@
+---
+ 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(-)
+
+--- a/mingw-w64-tools/genidl/src/genidl_cfg.h
++++ b/mingw-w64-tools/genidl/src/genidl_cfg.h
+@@ -26,7 +26,9 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#if defined(HAVE_MALLOC_H)
+ #include <malloc.h>
++#endif
+ #include <memory.h>
+ #include <stdarg.h>
+ #include <stdint.h>
+--- 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 <malloc.h>
++#endif
++#include <stdlib.h>
+ #include <string.h>
+ #include <memory.h>
diff --git a/packages/mingw-w64/v8.0.2/chksum b/packages/mingw-w64/v8.0.2/chksum
new file mode 100644
index 0000000..7387137
--- /dev/null
+++ b/packages/mingw-w64/v8.0.2/chksum
@@ -0,0 +1,9 @@
+md5 mingw-w64-v8.0.2.tar.bz2 09a7f8a1000ac0a8ec2706d44c33c55d
+sha1 mingw-w64-v8.0.2.tar.bz2 14f9b61f2adb827bde25f531531a11fb8eb7c53e
+sha256 mingw-w64-v8.0.2.tar.bz2 f00cf50951867a356d3dc0dcc7a9a9b422972302e23d54a33fc05ee7f73eee4d
+sha512 mingw-w64-v8.0.2.tar.bz2 a2eb0891ab153fed41969a3d86b770dbaf65dfc836dae83888ddbb79459b51301b91f3ec25292a8f236ab4df863e1bb58393d024bf078dc7e51492124c599b0c
+md5 mingw-w64-v8.0.2.zip b406ac028e0910f67767a2055f1ae5a4
+sha1 mingw-w64-v8.0.2.zip 5fbc20f3a31dcf53bebd557e99a0445b2f519069
+sha256 mingw-w64-v8.0.2.zip 81f277f8ce692ba732d8b37172496e1d05a7fe83928ed534b24bfc595039cc98
+sha512 mingw-w64-v8.0.2.zip 541af10f9192caaf45c88312c718b7961b796abc79bbd6e179b2719b0c89d5969ffedf3da87712cd00bbd4e4e546c72c84eb41b313ea4c9c8f46e90d6d3c54c1
+
diff --git a/packages/mingw-w64/v8.0.2/version.desc b/packages/mingw-w64/v8.0.2/version.desc
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/packages/mingw-w64/v8.0.2/version.desc