aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/xrally/Makefile2
-rw-r--r--games/xrally/files/patch-game.c10
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;