From c8c4d0d84252797675226ab60432a0cce431ce88 Mon Sep 17 00:00:00 2001 From: se Date: Thu, 30 Dec 2004 11:50:50 +0000 Subject: Fix build on RELENG_4. There is a syntax error in xblast.c, that is only reported by gcc-2.x, but ignored by gcc-3.x and gcc-4.x. --- games/xblast/files/patch-ac | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 games/xblast/files/patch-ac (limited to 'games') diff --git a/games/xblast/files/patch-ac b/games/xblast/files/patch-ac new file mode 100644 index 000000000000..a332d803e498 --- /dev/null +++ b/games/xblast/files/patch-ac @@ -0,0 +1,17 @@ +--- xblast.c.orig Wed Jul 7 12:53:41 2004 ++++ xblast.c Thu Dec 30 12:42:51 2004 +@@ -84,12 +84,12 @@ + XBPlayerHost hostType; + XBBool autoCentral; + XBBool nsound; ++ + autoCentral = XBFalse; + nsound = XBFalse; + #ifndef WMS +- int i; + if(argc>1){ +- i=1; ++ int i=1; + while(i