Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 15:17:22 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: d11db50e783a - 2021Q2 - games/gigalomania: fix build
Message-ID:  <202104261517.13QFHMUp073318@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d11db50e783adbe85587e41404ba783996467880

commit d11db50e783adbe85587e41404ba783996467880
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-23 10:45:26 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-26 14:53:12 +0000

    games/gigalomania: fix build
---
 games/gigalomania/files/patch-game.cpp | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/games/gigalomania/files/patch-game.cpp b/games/gigalomania/files/patch-game.cpp
new file mode 100644
index 000000000000..d95c38c7e20d
--- /dev/null
+++ b/games/gigalomania/files/patch-game.cpp
@@ -0,0 +1,11 @@
+--- game.cpp.orig	2015-09-21 19:36:26 UTC
++++ game.cpp
+@@ -105,7 +105,7 @@ Game::Game() {
+ 	n_sub_epochs = 4;
+ 	selected_island = 0;
+ 	for(int i=0;i<max_islands_per_epoch_c;i++) {
+-		completed_island[i] = NULL;
++		completed_island[i] = false;
+ 		for(int j=0;j<n_epochs_c;j++) {
+ 			maps[j][i] = NULL;
+ 		}



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