diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-11 16:46:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-11 16:46:25 +0000 |
commit | 6d5a74b87a54a45fe11fefe86ac346427264283f (patch) | |
tree | c388d0d720bb0e15d9a5d410d736a691d63d71f8 /app-emulation/vice/files | |
parent | Drop musicbrainz dependency once and for all. As per upstream bug #63 by Rafa... (diff) | |
download | gentoo-2-6d5a74b87a54a45fe11fefe86ac346427264283f.tar.gz gentoo-2-6d5a74b87a54a45fe11fefe86ac346427264283f.tar.bz2 gentoo-2-6d5a74b87a54a45fe11fefe86ac346427264283f.zip |
Fix compile with GCC 4.4 wrt #269311, thanks to Martin Väth.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/vice/files')
-rw-r--r-- | app-emulation/vice/files/vice-2.1-gcc44.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/vice/files/vice-2.1-gcc44.patch b/app-emulation/vice/files/vice-2.1-gcc44.patch new file mode 100644 index 000000000000..505d73694385 --- /dev/null +++ b/app-emulation/vice/files/vice-2.1-gcc44.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 + |