diff options
author | Frederic Culot <culot@FreeBSD.org> | 2015-06-18 13:18:41 +0800 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2015-06-18 13:18:41 +0800 |
commit | 506251d7b2a1ad746dca346bbb6546c372fa6609 (patch) | |
tree | 7b6a7c60b3249dafda9d6c3c4ce34cd74d49f3d7 /games/greed | |
parent | 4438c4b6a6a0d6563b4426133c82f8c053bd9647 (diff) | |
download | freebsd-ports-gnome-506251d7b2a1ad746dca346bbb6546c372fa6609.tar.gz freebsd-ports-gnome-506251d7b2a1ad746dca346bbb6546c372fa6609.tar.zst freebsd-ports-gnome-506251d7b2a1ad746dca346bbb6546c372fa6609.zip |
- Fix build on i386
Reported by: amdmi3@
Diffstat (limited to 'games/greed')
-rw-r--r-- | games/greed/files/patch-greed.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/greed/files/patch-greed.c b/games/greed/files/patch-greed.c new file mode 100644 index 000000000000..ec1ca8ff215f --- /dev/null +++ b/games/greed/files/patch-greed.c @@ -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; |