diff options
-rw-r--r-- | src/sdl_sound-1-fixes.patch (renamed from src/sdl_sound-1-constant-integer-expression-vs-sign-bit.patch) | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/sdl_sound-1-constant-integer-expression-vs-sign-bit.patch b/src/sdl_sound-1-fixes.patch index 5ec5e38..50f2e84 100644 --- a/src/sdl_sound-1-constant-integer-expression-vs-sign-bit.patch +++ b/src/sdl_sound-1-fixes.patch @@ -1,5 +1,18 @@ +This file is part of MXE. See LICENSE.md for licensing information. + +Contains ad hoc patches for cross building. + +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Moritz Bunkus <moritz@bunkus.org> +Date: Tue, 25 Jul 2017 17:25:57 +1000 +Subject: [PATCH] fix test program compilation with gcc >= 6 + +taken from: +https://github.com/mxe/mxe/pull/1816 +https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71803 + diff --git a/SDL_sound.h b/SDL_sound.h -index b0b8c97..81c1446 100644 +index 1111111..2222222 100644 --- a/SDL_sound.h +++ b/SDL_sound.h @@ -114,7 +114,7 @@ typedef enum |