summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2004-11-01 21:25:26 +0000
committerJoseph Jezak <josejx@gentoo.org>2004-11-01 21:25:26 +0000
commitcfd94403de0141a4700edde438dfedc3f01f8079 (patch)
tree145a70d8233da665ce6fa072e31f9c509e8f2d9f /games-board/ace/files
parentMarked stable on ppc64 (Manifest recommit) (diff)
downloadgentoo-2-cfd94403de0141a4700edde438dfedc3f01f8079.tar.gz
gentoo-2-cfd94403de0141a4700edde438dfedc3f01f8079.tar.bz2
gentoo-2-cfd94403de0141a4700edde438dfedc3f01f8079.zip
GCC 3.4 fix from Yuri Vasilevski, bug #67794. Marked ~ppc.
Diffstat (limited to 'games-board/ace/files')
-rw-r--r--games-board/ace/files/ace-1.2-check_for_end_of_game.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-board/ace/files/ace-1.2-check_for_end_of_game.patch b/games-board/ace/files/ace-1.2-check_for_end_of_game.patch
new file mode 100644
index 000000000000..72b0cb7c207b
--- /dev/null
+++ b/games-board/ace/files/ace-1.2-check_for_end_of_game.patch
@@ -0,0 +1,10 @@
+--- games/solitaire.c.orig 2004-10-16 11:31:09.164807280 -0500
++++ games/solitaire.c 2004-10-16 11:28:59.038589472 -0500
+@@ -32,6 +32,7 @@
+ Stack *maincells[7];
+
+ static int auto_move();
++static void check_for_end_of_game();
+
+ int
+ main(int argc, char **argv)