diff options
author | B. Watson <urchlay@slackware.uk> | 2022-12-27 18:43:45 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:50 +0700 |
commit | 25f2091fa8474d03eae225a2c5b12b4376b76fb9 (patch) | |
tree | a38ea9146cb9856bcda1957b19ee94e4fafc74c3 /system/joyce/compilefix.diff | |
parent | 57657693bd21dcc4a661b787b6a0401d30ea70a4 (diff) |
system/joyce: Updated for version 2.4.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/joyce/compilefix.diff')
-rw-r--r-- | system/joyce/compilefix.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/joyce/compilefix.diff b/system/joyce/compilefix.diff deleted file mode 100644 index f118279ccfee..000000000000 --- a/system/joyce/compilefix.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur joyce-2.2.15/bin/PcKeyboard.cxx joyce-2.2.15.patched/bin/PcKeyboard.cxx ---- joyce-2.2.15/bin/PcKeyboard.cxx 2017-07-07 14:12:52.000000000 -0400 -+++ joyce-2.2.15.patched/bin/PcKeyboard.cxx 2021-08-25 15:05:05.208713380 -0400 -@@ -199,7 +199,7 @@ - { - bool b = false; - int rv = 0; -- int n, kc_entry; -+ unsigned int n, kc_entry; - Uint16 *km; - SDLKey keysym = SDLK_UNKNOWN; - |