diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-11 19:40:17 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-11 19:40:17 +0000 |
commit | 3fd68847c61f807ac5a1c4873b961a611b7c2415 (patch) | |
tree | 1c34705e25b7c4fa02aa08ac3cf452cf8e796592 /games/xmemory | |
parent | Update to 2l. (diff) |
. fix build with clang;
. trim Makefile headers.
Notes
Notes:
svn path=/head/; revision=320632
Diffstat (limited to 'games/xmemory')
-rw-r--r-- | games/xmemory/Makefile | 6 | ||||
-rw-r--r-- | games/xmemory/files/patch-ab | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games/xmemory/Makefile b/games/xmemory/Makefile index 10de8deece3d..f26f4c305535 100644 --- a/games/xmemory/Makefile +++ b/games/xmemory/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmemory -# Date Created: Sat Feb 7 21:37:09 EST 1998 -# Whom: Dave Chapeskie <dchapes@ddm.on.ca> -# +# Created by: Dave Chapeskie <dchapes@ddm.on.ca> # $FreeBSD$ -# PORTNAME= xmemory PORTVERSION= 3.7 diff --git a/games/xmemory/files/patch-ab b/games/xmemory/files/patch-ab index 4ff37900973e..e7a190c21fd1 100644 --- a/games/xmemory/files/patch-ab +++ b/games/xmemory/files/patch-ab @@ -1,6 +1,10 @@ ---- xmemory.C.orig Sun Jun 20 19:09:21 1999 -+++ xmemory.C Sun Jun 20 19:10:06 1999 -@@ -199,7 +199,7 @@ +--- xmemory.C.orig 1996-07-18 20:10:08.000000000 +0500 ++++ xmemory.C 2013-06-11 20:09:44.078362688 +0400 +@@ -196,10 +196,11 @@ char *def_disp[MAX_PLAYERS] = { + "", "", "", "", "", "", "", "", "", "" + }; + ++int main( int argc, char **argv ) { int i; |