aboutsummaryrefslogtreecommitdiff
path: root/games/xblast
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2004-12-30 11:50:50 +0000
committerStefan Eßer <se@FreeBSD.org>2004-12-30 11:50:50 +0000
commit59438451231121f41f051b52136b2201267db894 (patch)
tree75af682c5cc5a9f3efc0fdd743ecc709e34f6bd9 /games/xblast
parenta3bd0f6766b3f96b04e6829a2ffa4d11a00fc506 (diff)
downloadports-59438451231121f41f051b52136b2201267db894.tar.gz
ports-59438451231121f41f051b52136b2201267db894.zip
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.
Notes
Notes: svn path=/head/; revision=125522
Diffstat (limited to 'games/xblast')
-rw-r--r--games/xblast/files/patch-ac17
1 files changed, 17 insertions, 0 deletions
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<argc){
+ if(0==strcmp("-central",argv[i])) {
+