diff options
Diffstat (limited to 'games-engines/scummvm/files/scummvm-0.13.1-glibc210.patch')
-rw-r--r-- | games-engines/scummvm/files/scummvm-0.13.1-glibc210.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-engines/scummvm/files/scummvm-0.13.1-glibc210.patch b/games-engines/scummvm/files/scummvm-0.13.1-glibc210.patch deleted file mode 100644 index 0843d8c89a54..000000000000 --- a/games-engines/scummvm/files/scummvm-0.13.1-glibc210.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- backends/midi/alsa.cpp.old 2009-05-25 15:28:58.000000000 +0200 -+++ backends/midi/alsa.cpp 2009-05-25 15:30:45.000000000 +0200 -@@ -228,7 +228,7 @@ - } - - int MidiDriver_ALSA::parse_addr(const char *arg, int *client, int *port) { -- char *p; -+ const char *p; - - if (isdigit(*arg)) { - if ((p = strpbrk(arg, ADDR_DELIM)) == NULL) |