aboutsummaryrefslogtreecommitdiff
path: root/games/spider
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2011-07-06 05:18:35 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2011-07-06 05:18:35 +0000
commit57bbb2c9940e1e11e1984f30384730e0a7a7dddb (patch)
tree5e226e32548641934244f7d7605c902252e0db87 /games/spider
parentdf03c68d340fd8708aa4a62f89ed7f6f3b778678 (diff)
downloadports-57bbb2c9940e1e11e1984f30384730e0a7a7dddb.tar.gz
ports-57bbb2c9940e1e11e1984f30384730e0a7a7dddb.zip
Notes
Diffstat (limited to 'games/spider')
-rw-r--r--games/spider/Makefile2
-rw-r--r--games/spider/files/patch-ad8
2 files changed, 6 insertions, 4 deletions
diff --git a/games/spider/Makefile b/games/spider/Makefile
index 381c865fd0f3..010f1703b034 100644
--- a/games/spider/Makefile
+++ b/games/spider/Makefile
@@ -7,7 +7,7 @@
PORTNAME= spider
PORTVERSION= 1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/solitaires
diff --git a/games/spider/files/patch-ad b/games/spider/files/patch-ad
index 1f8abcba60ab..203be244bd95 100644
--- a/games/spider/files/patch-ad
+++ b/games/spider/files/patch-ad
@@ -1,6 +1,6 @@
---- globals.h.orig Sun Sep 29 02:26:08 2002
-+++ globals.h Sun Sep 29 02:26:23 2002
-@@ -96,6 +96,8 @@
+--- globals.h.orig 1991-09-28 17:46:20.000000000 +0000
++++ globals.h 2011-07-01 03:25:27.000000000 +0000
+@@ -96,6 +96,10 @@
Bool can_get_help_files();
#endif
@@ -8,4 +8,6 @@
extern char *malloc();
extern char *calloc();
extern char *realloc();
++#else
++#include <stdlib.h>
+#endif