diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2013-10-17 06:03:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2013-10-17 06:03:18 +0000 |
commit | 8f4e4480e0dcae8063072e87aa60bb6175053451 (patch) | |
tree | d58e7a26e909d21df296f4415ace3dd2fdcc6e5e /games/xrally | |
parent | 79483ff6003b0ed42e823bf8d6ae5652810c5d21 (diff) | |
download | ports-8f4e4480e0dcae8063072e87aa60bb6175053451.tar.gz ports-8f4e4480e0dcae8063072e87aa60bb6175053451.zip |
Notes
Diffstat (limited to 'games/xrally')
-rw-r--r-- | games/xrally/Makefile | 2 | ||||
-rw-r--r-- | games/xrally/files/patch-game.c | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile index 7d2d22512a35..695005dc2f4b 100644 --- a/games/xrally/Makefile +++ b/games/xrally/Makefile @@ -3,7 +3,7 @@ PORTNAME= xrally PORTVERSION= 1.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= ${PORTNAME}-1.1 diff --git a/games/xrally/files/patch-game.c b/games/xrally/files/patch-game.c new file mode 100644 index 000000000000..2430b44c8973 --- /dev/null +++ b/games/xrally/files/patch-game.c @@ -0,0 +1,10 @@ +--- game.c.orig 2013-10-18 03:58:23.000000000 +1100 ++++ game.c 2013-10-18 04:00:19.000000000 +1100 +@@ -59,7 +59,6 @@ + extern int mapResult; + extern bool crashed; + extern aiStruct AI; +-extern FILE *log; + extern char livesString[10]; + extern char mapString[15]; + extern char *hiString; |