aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2015-06-18 13:18:41 +0800
committerculot <culot@FreeBSD.org>2015-06-18 13:18:41 +0800
commit48f592b8804933a46413e2c41c85b92418512ca2 (patch)
tree7b6a7c60b3249dafda9d6c3c4ce34cd74d49f3d7 /games
parent9a3270585db8e6e21daeeb29124849555acd7ec6 (diff)
downloadfreebsd-ports-gnome-48f592b8804933a46413e2c41c85b92418512ca2.tar.gz
freebsd-ports-gnome-48f592b8804933a46413e2c41c85b92418512ca2.tar.zst
freebsd-ports-gnome-48f592b8804933a46413e2c41c85b92418512ca2.zip
- Fix build on i386
Reported by: amdmi3@
Diffstat (limited to 'games')
-rw-r--r--games/greed/files/patch-greed.c10
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;