Blame patches/sdl2/iconv.patch

213fe0
diff -ru SDL2-2.0.8.orig/src/stdlib/SDL_iconv.c SDL2-2.0.8/src/stdlib/SDL_iconv.c
213fe0
--- SDL2-2.0.8.orig/src/stdlib/SDL_iconv.c	2018-03-01 17:34:42.000000000 +0100
213fe0
+++ SDL2-2.0.8/src/stdlib/SDL_iconv.c	2020-10-05 12:56:24.565427760 +0200
213fe0
@@ -37,7 +37,7 @@
213fe0
    iconv() may or may not use const char ** for the inbuf param.
213fe0
    If we get this wrong, it's just a warning, so no big deal.
213fe0
 */
213fe0
-#if defined(_XGP6) || defined(__APPLE__) || \
213fe0
+#if defined(_XGP6) || defined(__APPLE__) || defined(__midipix__) || \
213fe0
     defined(__EMSCRIPTEN__) || \
213fe0
     (defined(__GLIBC__) && ((__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)) || \
213fe0
     (defined(_NEWLIB_VERSION)))