diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 08:35:49 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:05 +0100 |
commit | 7412e6f91e73982a0a8ae90476e71bcbda513391 (patch) | |
tree | ba3311c6fde5cc16d2b3e934c10b9b3248a29c5b /recipes/aceofpenguins/files | |
parent | a3779a461c13c349cc4f29da4e5b6a713f0f0879 (diff) |
aceofpenguins: new recipe from SHR
Diffstat (limited to 'recipes/aceofpenguins/files')
-rw-r--r-- | recipes/aceofpenguins/files/gcc4.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/aceofpenguins/files/gcc4.patch b/recipes/aceofpenguins/files/gcc4.patch new file mode 100644 index 0000000000..431c44e933 --- /dev/null +++ b/recipes/aceofpenguins/files/gcc4.patch @@ -0,0 +1,23 @@ +--- ace-of-penguins-1.2.orig/games/golf.c ++++ ace-of-penguins-1.2/games/golf.c +@@ -31,7 +31,7 @@ + + Stack *deck, *discard, *stacks[7]; + +-static int table_width, table_height; ++int table_width, table_height; + + int supress_arrows = 0; + +--- ace-of-penguins-1.2.orig/games/solitaire.c ++++ ace-of-penguins-1.2/games/solitaire.c +@@ -337,7 +337,7 @@ + return something_moved; + } + +-static void ++void + check_for_end_of_game() + { + while (auto_move()); + |