summaryrefslogtreecommitdiff
path: root/games-board/gtkboard/files/gtkboard-0.11_pre0-gcc41.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/gtkboard/files/gtkboard-0.11_pre0-gcc41.patch')
-rw-r--r--games-board/gtkboard/files/gtkboard-0.11_pre0-gcc41.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/games-board/gtkboard/files/gtkboard-0.11_pre0-gcc41.patch b/games-board/gtkboard/files/gtkboard-0.11_pre0-gcc41.patch
deleted file mode 100644
index f14096e155d1..000000000000
--- a/games-board/gtkboard/files/gtkboard-0.11_pre0-gcc41.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-gcc-4.1 patch from debian.
-
---- a/src/board.c
-+++ b/src/board.c
-@@ -74,7 +74,7 @@
- //! default background
- char board_default_colors [9] = {215, 215, 215, 215, 215, 215, 0, 0, 0};
-
--static int cell_size, num_pieces;
-+int cell_size, num_pieces;
-
- extern void ui_make_human_move (byte *move, int *rmove);
-
---- a/src/menu.c
-+++ b/src/menu.c
-@@ -829,7 +829,7 @@
-
- {
- int i;
-- GtkItemFactoryEntry help_items [3];
-+ GtkItemFactoryEntry help_items [4];
- help_items[0].path = g_strdup_printf ("/Help/%s", opt_game->name);
- help_items[0].accelerator = NULL;
- help_items[0].callback = NULL;