diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-07-25 07:30:37 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-07-25 07:30:37 (GMT) |
commit | d0bf7d79b177fa4a6dfe8cf30597448396d9d74f (patch) | |
tree | e5abc2aad1fc157ba4c7dca4330293b29e421e5d | |
parent | 8c1d61dc2e8da589d0d6284825c3bd1cab276f81 (diff) | |
download | mxe-d0bf7d79b177fa4a6dfe8cf30597448396d9d74f.zip mxe-d0bf7d79b177fa4a6dfe8cf30597448396d9d74f.tar.gz mxe-d0bf7d79b177fa4a6dfe8cf30597448396d9d74f.tar.bz2 |
sdl_sound: convert to git-format-patch style
-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 |