Fix build on 10.0

This commit is contained in:
Edwin Groothuis 2013-10-17 06:03:18 +00:00
parent 79483ff600
commit 8f4e4480e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330602
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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;