Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 15:41:06 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546354 - head/games/four-in-a-row/files
Message-ID:  <202008271541.07RFf6Aq097750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Aug 27 15:41:06 2020
New Revision: 546354
URL: https://svnweb.freebsd.org/changeset/ports/546354

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

Added:
  head/games/four-in-a-row/files/
  head/games/four-in-a-row/files/patch-src_main.h   (contents, props changed)

Added: head/games/four-in-a-row/files/patch-src_main.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/four-in-a-row/files/patch-src_main.h	Thu Aug 27 15:41:06 2020	(r546354)
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271541.07RFf6Aq097750>