From 05b8b0e0af1d72e51a3ee61522941bf7605cd01c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Jul 2020 14:05:23 +0100 Subject: gentoo resync : 04.07.2020 --- games-board/pioneers/files/pioneers-15.5-fno-common.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 games-board/pioneers/files/pioneers-15.5-fno-common.patch (limited to 'games-board/pioneers/files/pioneers-15.5-fno-common.patch') diff --git a/games-board/pioneers/files/pioneers-15.5-fno-common.patch b/games-board/pioneers/files/pioneers-15.5-fno-common.patch new file mode 100644 index 000000000000..5d8522b772ec --- /dev/null +++ b/games-board/pioneers/files/pioneers-15.5-fno-common.patch @@ -0,0 +1,12 @@ +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); -- cgit v1.2.3