summaryrefslogtreecommitdiff
path: root/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/spacerider/files/spacerider-0.13-gcc41.patch')
-rw-r--r--games-arcade/spacerider/files/spacerider-0.13-gcc41.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch b/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch
new file mode 100644
index 000000000000..e5524b6e6430
--- /dev/null
+++ b/games-arcade/spacerider/files/spacerider-0.13-gcc41.patch
@@ -0,0 +1,10 @@
+--- a/spacerider.cpp.old 2007-02-18 11:25:38.000000000 +0100
++++ b/spacerider.cpp 2007-02-18 11:27:00.000000000 +0100
+@@ -17,6 +17,7 @@
+ #include <unistd.h>
+ }
+
++int send_score_thread(void *param);
+
+ Spacerider::Spacerider(const int argc, char *argv[]) : fullscreen(FULLSCREEN), game_over(false), online_highscore(ONLINE_HIGHSCORE), score_sent(false), name_input(true), highscore_thread_started(false), scroll(0), last_enemy(0), score(0), lives(LIVES), fps(FPS)
+ {