From d7cf18b46083b6b30d407ffa31444086ea263b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Wed, 7 Oct 2020 14:13:03 +0200 Subject: groups/251.native_packages_lib.group: sdl2: bump to v2.0.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- patches/sdl2/iconv.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'patches/sdl2/iconv.patch') 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))) -- cgit v1.2.3