diff options
author | Matteo Bernardini <matteo.bernardini@sns.it> | 2010-05-29 21:15:41 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-01 00:12:33 -0500 |
commit | 94e75f8453bdf8de449a4fde599ac8cb306117fb (patch) | |
tree | 60997727266867fba8ea04cab7a9f3204acbc961 /system/vice/patches | |
parent | ad51e4da5699680e7d10269687cbfa37ce1bd0d6 (diff) | |
download | slackbuilds-94e75f8453bdf8de449a4fde599ac8cb306117fb.tar.gz |
system/vice: Patched to fix build; miscellaneous cleanups
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/vice/patches')
-rw-r--r-- | system/vice/patches/vice-gcc-4.4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/vice/patches/vice-gcc-4.4.patch b/system/vice/patches/vice-gcc-4.4.patch new file mode 100644 index 0000000000..505d736943 --- /dev/null +++ b/system/vice/patches/vice-gcc-4.4.patch @@ -0,0 +1,11 @@ +--- src/arch/unix/joy.c ++++ src/arch/unix/joy.c +@@ -124,7 +124,7 @@ + #define JS_DATA_TYPE joystick + #define JS_RETURN sizeof(struct joystick) + int use_old_api=1; +-#elif ++#else + #error Unknown Joystick + #endif + |