diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-25 15:08:43 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:42 +0700 |
commit | 148661b70c5d3c2b3a97263b47f09fd5a5a14c41 (patch) | |
tree | a765c40be91916af8150d8c42d9539a9a3320b7a /system/joyce/compilefix.diff | |
parent | 179c82b7cf0b7216cd503b920ac77614749412c3 (diff) |
system/joyce: Updated for version 2.2.15.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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, 12 insertions, 0 deletions
diff --git a/system/joyce/compilefix.diff b/system/joyce/compilefix.diff new file mode 100644 index 0000000000000..f118279ccfee0 --- /dev/null +++ b/system/joyce/compilefix.diff @@ -0,0 +1,12 @@ +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; + |