Date: Thu, 18 Jun 2015 05:18:41 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390012 - head/games/greed/files Message-ID: <201506180518.t5I5IfA3073731@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Thu Jun 18 05:18:41 2015 New Revision: 390012 URL: https://svnweb.freebsd.org/changeset/ports/390012 Log: - Fix build on i386 Reported by: amdmi3@ Added: head/games/greed/files/ head/games/greed/files/patch-greed.c (contents, props changed) Added: head/games/greed/files/patch-greed.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/greed/files/patch-greed.c Thu Jun 18 05:18:41 2015 (r390012) @@ -0,0 +1,10 @@ +--- greed.c.orig 2015-06-18 05:00:09 UTC ++++ greed.c +@@ -176,7 +176,6 @@ void showmoves(bool, int*); + main(int argc, char **argv) + { + int val = 1; +- extern long time(); + int attribs[9]; + #ifdef A_COLOR + char *colors;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506180518.t5I5IfA3073731>