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 | fe005261eb098aaebd020d234464f0af39834bdb (patch) | |
tree | 40f1b10c4b703d541f0c5131e36189f70f6b0332 /app-emulation/vice/files | |
parent | Drop musicbrainz dependency once and for all. As per upstream bug #63 by Rafa... (diff) | |
download | historical-fe005261eb098aaebd020d234464f0af39834bdb.tar.gz historical-fe005261eb098aaebd020d234464f0af39834bdb.tar.bz2 historical-fe005261eb098aaebd020d234464f0af39834bdb.zip |
Fix compile with GCC 4.4 wrt #269311, thanks to Martin Väth.
Package-Manager: portage-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 + |