Package: vice
Version: 2.1.dfsg-1
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu karmic ubuntu-patch
*** /tmp/tmp3LMcP_
In Ubuntu, we've applied the attached patch to achieve the following:
* Fix FTBFS due to gcc4.4: (LP: #401898)
- The use of #elif without an expression is not allowed anymore and
should be changed to #else.
- Upstream report: http://sourceforge.net/support/tracker.php?aid=2821095
We thought you might be interested in doing the same.
-- System Information:
Debian Release: squeeze/sid
APT prefers karmic
APT policy: (500, 'karmic')
Architecture: i386 (i686)
Kernel: Linux 2.6.31-3-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- vice-2.1.dfsg.orig/src/arch/unix/joy.c
+++ vice-2.1.dfsg/src/arch/unix/joy.c
@@ -131,7 +131,7 @@
#define JS_DATA_TYPE joystick
#define JS_RETURN sizeof(struct joystick)
int use_old_api=1;
-#elif
+#else
#error Unknown Joystick
#endif