summaryrefslogtreecommitdiff
path: root/games/xlifegame/files/patch-xlifegame.h
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-24 10:53:31 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-24 10:53:31 +0000
commit6a2b7f69c57e751a00bb75eb2fb06fa7fa420737 (patch)
tree79c9da64790e6d1b00430271f6594df8b13fe449 /games/xlifegame/files/patch-xlifegame.h
parentmail/turba: upgrading to 1.2.1 & removing IS_INTERACTIVE. (diff)
- Change MASTER_SITES
- Change MAINTAINER e-mail address - Update version from 1.13 to 1.13.1 PR: 57132 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=89183
Diffstat (limited to '')
-rw-r--r--games/xlifegame/files/patch-xlifegame.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/xlifegame/files/patch-xlifegame.h b/games/xlifegame/files/patch-xlifegame.h
deleted file mode 100644
index ec21a62dac0f..000000000000
--- a/games/xlifegame/files/patch-xlifegame.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- xlifegame.h.orig Sat Oct 19 16:21:33 2002
-+++ xlifegame.h Sat Oct 19 16:21:52 2002
-@@ -46,7 +46,7 @@
- OptionError(char *option)
- {
- printf(" X Life Game version %s \n by Takeshi Hiyama\n",XLIFEGAME_VERSION);
-- if(strncmp(option, "-h"))
-+ if(strncmp(option, "-h", 3))
- printf("\nxlife: bad command line option \"%s\"\n", option);
- printf("usage: xlife [-display <displayname>] [-wait microseconds (default 10000)]\n [-x width (default 60)] [-y height (default 60)] [-h]\n");
- exit(1);