From 28af096bd93663682504049e3b6ae7f174530a06 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 25 Oct 2002 08:36:43 +0000 Subject: Made games/xlifegame buildable under -current again PR: ports/44266 Submitted by: Mark Huizer (xaa@dodh.org) Reviewed by: kris@freebsd.org Approved by: HIYAMA Takeshi (maintainer) --- games/xlifegame/files/patch-xlifegame.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/xlifegame/files/patch-xlifegame.h (limited to 'games/xlifegame') diff --git a/games/xlifegame/files/patch-xlifegame.h b/games/xlifegame/files/patch-xlifegame.h new file mode 100644 index 000000000000..ec21a62dac0f --- /dev/null +++ b/games/xlifegame/files/patch-xlifegame.h @@ -0,0 +1,11 @@ +--- 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 ] [-wait microseconds (default 10000)]\n [-x width (default 60)] [-y height (default 60)] [-h]\n"); + exit(1); -- cgit v1.2.3