1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

games/four-in-a-row: fix build on recent current

This commit is contained in:
Tobias C. Berner 2020-08-27 15:41:06 +00:00
parent 886a26cbc2
commit c4f4310d40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546354

View File

@ -0,0 +1,11 @@
--- src/main.h.orig 2020-08-27 15:38:59 UTC
+++ src/main.h
@@ -51,7 +51,7 @@ typedef enum {
extern PlayerID who_starts;
-gboolean player_active;
+extern gboolean player_active;
void game_reset (void);
void process_move (int move);