summaryrefslogtreecommitdiffhomepage
path: root/patches/sdl2/iconv.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/sdl2/iconv.patch')
-rw-r--r--patches/sdl2/iconv.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/sdl2/iconv.patch b/patches/sdl2/iconv.patch
index 64008c8a..3163ed38 100644
--- a/patches/sdl2/iconv.patch
+++ b/patches/sdl2/iconv.patch
@@ -1,12 +1,12 @@
-diff -ru SDL2-2.0.8.orig/src/stdlib/SDL_iconv.c SDL2-2.0.8/src/stdlib/SDL_iconv.c
---- SDL2-2.0.8.orig/src/stdlib/SDL_iconv.c 2018-03-01 17:34:42.000000000 +0100
-+++ SDL2-2.0.8/src/stdlib/SDL_iconv.c 2020-10-05 12:56:24.565427760 +0200
+diff -ru SDL2-2.0.12.orig/src/stdlib/SDL_iconv.c SDL2-2.0.12/src/stdlib/SDL_iconv.c
+--- SDL2-2.0.12.orig/src/stdlib/SDL_iconv.c 2020-03-11 02:36:18.000000000 +0100
++++ SDL2-2.0.12/src/stdlib/SDL_iconv.c 2020-10-07 12:52:35.217963940 +0200
@@ -37,7 +37,7 @@
iconv() may or may not use const char ** for the inbuf param.
If we get this wrong, it's just a warning, so no big deal.
*/
--#if defined(_XGP6) || defined(__APPLE__) || \
-+#if defined(_XGP6) || defined(__APPLE__) || defined(__midipix__) || \
+-#if defined(_XGP6) || defined(__APPLE__) || defined(__RISCOS__) || \
++#if defined(_XGP6) || defined(__APPLE__) || defined(__RISCOS__) || defined(__midipix__) || \
defined(__EMSCRIPTEN__) || \
(defined(__GLIBC__) && ((__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)) || \
(defined(_NEWLIB_VERSION)))