diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-12-28 17:43:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-12-29 16:55:38 +0000 |
commit | 125c9105460ab842cf8bb6a9903e80c02a452d2b (patch) | |
tree | 6e00d8d7eda9ae1c0f396dcad68f24d9be95b39f /games | |
parent | b7c4cdebf441ff62e3804a875a879891e3ff512d (diff) | |
download | ports-125c9105460ab842cf8bb6a9903e80c02a452d2b.tar.gz ports-125c9105460ab842cf8bb6a9903e80c02a452d2b.zip |
Diffstat (limited to 'games')
-rw-r--r-- | games/primateplunge/Makefile | 2 | ||||
-rw-r--r-- | games/primateplunge/files/patch-src_game.h | 11 |
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; |