git: 125c9105460a - main - games/primateplunge: fix build, take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Dec 2021 17:03:58 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=125c9105460ab842cf8bb6a9903e80c02a452d2b
commit 125c9105460ab842cf8bb6a9903e80c02a452d2b
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-12-28 17:43:28 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-12-29 16:55:38 +0000
games/primateplunge: fix build, take maintainership
---
games/primateplunge/Makefile | 2 +-
games/primateplunge/files/patch-src_game.h | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/games/primateplunge/Makefile b/games/primateplunge/Makefile
index 52bb66836cc3..19ebb6a12168 100644
--- a/games/primateplunge/Makefile
+++ b/games/primateplunge/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= http://www.aelius.com/primateplunge/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Primate Plunge is an arcade game
LICENSE= UDEVGAME
diff --git a/games/primateplunge/files/patch-src_game.h b/games/primateplunge/files/patch-src_game.h
new file mode 100644
index 000000000000..1966448a6f90
--- /dev/null
+++ b/games/primateplunge/files/patch-src_game.h
@@ -0,0 +1,11 @@
+--- src/game.h.orig 2005-12-31 15:59:12 UTC
++++ src/game.h
+@@ -125,7 +125,7 @@ typedef struct _soundSet {
+
+
+ /* Glabals in main.c */
+-SDL_Surface *mainScreen;
++extern SDL_Surface *mainScreen;
+
+ /* Globals in game.c */
+ extern world* currentWorld;