diff options
-rw-r--r-- | packages/mingw-w64/v11.0.1/0000-mingw64-malloc.patch | 30 | ||||
-rw-r--r-- | packages/mingw-w64/v11.0.1/chksum | 8 | ||||
-rw-r--r-- | packages/mingw-w64/v11.0.1/version.desc | 0 |
3 files changed, 38 insertions, 0 deletions
diff --git a/packages/mingw-w64/v11.0.1/0000-mingw64-malloc.patch b/packages/mingw-w64/v11.0.1/0000-mingw64-malloc.patch new file mode 100644 index 00000000..8e0add1f --- /dev/null +++ b/packages/mingw-w64/v11.0.1/0000-mingw64-malloc.patch @@ -0,0 +1,30 @@ +--- + mingw-w64-tools/genidl/src/genidl_cfg.h | 2 ++ + mingw-w64-tools/genidl/src/genidl_typinfo.c | 3 +++ + 2 files changed, 5 insertions(+) + +--- 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/v11.0.1/chksum b/packages/mingw-w64/v11.0.1/chksum new file mode 100644 index 00000000..162ac436 --- /dev/null +++ b/packages/mingw-w64/v11.0.1/chksum @@ -0,0 +1,8 @@ +md5 mingw-w64-v11.0.1.tar.bz2 853ecc858dd080d2b390d845f2804796 +sha1 mingw-w64-v11.0.1.tar.bz2 ab23c9af10fb38388ac75145dd9ffed3c64d1eeb +sha256 mingw-w64-v11.0.1.tar.bz2 3f66bce069ee8bed7439a1a13da7cb91a5e67ea6170f21317ac7f5794625ee10 +sha512 mingw-w64-v11.0.1.tar.bz2 568702100bbbb11f7f9c9596dd70df3fb2577492459cf55da38691af1504b91127cb5f3eff268850dcbaa461fdc72e4e2379f7a576fd4a0e537ee1fe42531c01 +md5 mingw-w64-v11.0.1.zip 986724d9fe658bbe55c89d11b48893b4 +sha1 mingw-w64-v11.0.1.zip 6e18eb504e536e4090b1f5331ebc093435aa110f +sha256 mingw-w64-v11.0.1.zip 9cd1c1d42cc747112c9bf1b7fb6fb2ef886e42613ec0f25fc1a7f1fc681889e2 +sha512 mingw-w64-v11.0.1.zip 1fc952be0d8f24dd32f4a80af2786ed8738b00f5f9dc2af3f8712262e0a240164ee9669b1f47eca130d4fde9d9ebe074d051f331ac1b08b1de4ced5561cca1da diff --git a/packages/mingw-w64/v11.0.1/version.desc b/packages/mingw-w64/v11.0.1/version.desc new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/packages/mingw-w64/v11.0.1/version.desc |