diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-08 11:20:16 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-08 17:27:22 -0500 |
commit | 111c0170c751d9ab8f8d2487ea5120dace824650 (patch) | |
tree | d3b85d2bcc29a20311aa393515fad06119b3d3cd /system/vice/patches/vice-gcc-4.4.patch | |
parent | 4e256db06bf33a6d5063a2eaa8b82336c3da5e4d (diff) | |
download | slackbuilds-111c0170c751d9ab8f8d2487ea5120dace824650.tar.gz |
system/vice: Updated for version 2.3.22.
Rewritten x86_64 patch, added another to fix docs building,
explicitly disabled ffmpeg (not yet compatible).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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, 0 insertions, 11 deletions
diff --git a/system/vice/patches/vice-gcc-4.4.patch b/system/vice/patches/vice-gcc-4.4.patch deleted file mode 100644 index 505d736943..0000000000 --- a/system/vice/patches/vice-gcc-4.4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |