svn commit: r390012 - head/games/greed/files
Frederic Culot
culot at FreeBSD.org
Thu Jun 18 05:18:42 UTC 2015
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;
More information about the svn-ports-all
mailing list