aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-12-28 17:43:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-12-29 16:55:38 +0000
commit125c9105460ab842cf8bb6a9903e80c02a452d2b (patch)
tree6e00d8d7eda9ae1c0f396dcad68f24d9be95b39f /games
parentb7c4cdebf441ff62e3804a875a879891e3ff512d (diff)
downloadports-125c9105460ab842cf8bb6a9903e80c02a452d2b.tar.gz
ports-125c9105460ab842cf8bb6a9903e80c02a452d2b.zip
Diffstat (limited to 'games')
-rw-r--r--games/primateplunge/Makefile2
-rw-r--r--games/primateplunge/files/patch-src_game.h11
2 files changed, 12 insertions, 1 deletions
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;