summaryrefslogtreecommitdiff
path: root/games-board/pioneers/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-14 10:30:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-14 10:30:13 +0100
commit616579b5d773c50af31ee56f00105d96ce641ca2 (patch)
tree2ad4d3ba1429bd93a36ab99a2f5ec3490412115e /games-board/pioneers/files
parent068424b26532f3551a81421a9be67ed206e5c11a (diff)
gentoo resync : 14.08.2021
Diffstat (limited to 'games-board/pioneers/files')
-rw-r--r--games-board/pioneers/files/pioneers-15.5-fno-common.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/games-board/pioneers/files/pioneers-15.5-fno-common.patch b/games-board/pioneers/files/pioneers-15.5-fno-common.patch
deleted file mode 100644
index 5d8522b772ec..000000000000
--- a/games-board/pioneers/files/pioneers-15.5-fno-common.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up a/common/game.h.me b/common/game.h
---- a/common/game.h.me 2020-02-06 12:05:24.472403768 +0100
-+++ b/common/game.h 2020-02-06 12:05:45.662644226 +0100
-@@ -137,7 +137,7 @@ typedef enum {
- typedef void (*WriteLineFunc) (gpointer user_data, const gchar *);
-
- /** Default style for a player. */
--const gchar *default_player_style;
-+extern const gchar *default_player_style;
-
- GameParams *params_new(void);
- GameParams *params_copy(const GameParams * params);