aboutsummaryrefslogtreecommitdiff
path: root/games/spider
diff options
context:
space:
mode:
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