aboutsummaryrefslogtreecommitdiff
path: root/games/spider
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-29 09:27:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-29 09:27:16 +0000
commite575adb09c9720063f12ed778a400a5be3cc5d86 (patch)
tree3f781c1f77ba9465ac81d722ec67c2aa81ea7164 /games/spider
parentfa9b415b27c5de58c0b7ef3320ee18c2ff17e81e (diff)
downloadports-e575adb09c9720063f12ed778a400a5be3cc5d86.tar.gz
ports-e575adb09c9720063f12ed778a400a5be3cc5d86.zip
Fix build (remove duplicate *alloc declarations)
Notes
Notes: svn path=/head/; revision=67240
Diffstat (limited to 'games/spider')
-rw-r--r--games/spider/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/spider/files/patch-ad b/games/spider/files/patch-ad
new file mode 100644
index 000000000000..1f8abcba60ab
--- /dev/null
+++ b/games/spider/files/patch-ad
@@ -0,0 +1,11 @@
+--- globals.h.orig Sun Sep 29 02:26:08 2002
++++ globals.h Sun Sep 29 02:26:23 2002
+@@ -96,6 +96,8 @@
+ Bool can_get_help_files();
+ #endif
+
++#ifndef __FreeBSD__
+ extern char *malloc();
+ extern char *calloc();
+ extern char *realloc();
++#endif