diff options
Diffstat (limited to 'system/vice/patches/vice-gcc-4.4.patch')
-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 + |