summaryrefslogtreecommitdiff
path: root/games/greed
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-17 04:56:27 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-17 04:56:27 +0000
commit4330a06362a44e96fa54881709a9971dc575ebdf (patch)
treea847ab65a8e3040bfebbd1e9a1f5cb801bb11e88 /games/greed
parentFix PLIST. Geesh, @comment's for no reason. (diff)
This has to be the most amusing mistake I've ever seen Steve "The Machine"
Price make. Apparently, there are two different "greed" ports, and this patch was intended for the games/greed port. So in the end Steve broke both ports (at least games/greed is just now fixed on Alpha, I think). :-) For posterity, here are the details of the original commit: Fix build on Alpha for ports/games/greed. PR: 26589 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=41494
Diffstat (limited to 'games/greed')
-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..cd0f33e644c9
--- /dev/null
+++ b/games/greed/files/patch-greed.c
@@ -0,0 +1,10 @@
+--- greed.c.orig Sun Apr 15 00:13:39 2001
++++ greed.c Sun Apr 15 00:13:56 2001
+@@ -200,7 +200,6 @@
+ char *argv[];
+ {
+ register val = 1;
+- extern long time();
+ int attribs[9];
+ #ifdef A_COLOR
+ char *colors;