From 01512192090af8694f4e0ab2be9e47447869627b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 29 Jun 2023 09:05:00 +0000 Subject: automatic import of mono --- mono-6.6.0-fix-multi-arch-issue.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mono-6.6.0-fix-multi-arch-issue.patch (limited to 'mono-6.6.0-fix-multi-arch-issue.patch') diff --git a/mono-6.6.0-fix-multi-arch-issue.patch b/mono-6.6.0-fix-multi-arch-issue.patch new file mode 100644 index 0000000..a395d88 --- /dev/null +++ b/mono-6.6.0-fix-multi-arch-issue.patch @@ -0,0 +1,15 @@ +--- a/mono/eglib/eglib-config.h.in 2020-10-12 14:57:46.354634946 +0200 ++++ b/mono/eglib/eglib-config.h.in 2020-10-12 15:00:10.106637683 +0200 +@@ -26,7 +26,11 @@ + typedef @GSIZE@ gsize; + typedef @GSSIZE@ gssize; + +-#define G_GSIZE_FORMAT @GSIZE_FORMAT@ ++#ifdef __i386__ ++#define G_GSIZE_FORMAT "u" ++#else ++#define G_GSIZE_FORMAT "lu" ++#endif + + #if defined (HOST_WATCHOS) + #undef G_BREAKPOINT -- cgit v1.2.3