diff --git a/games/spider/Makefile b/games/spider/Makefile index 6a501adec7e..54b89f1dad2 100644 --- a/games/spider/Makefile +++ b/games/spider/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.17 2007/11/13 14:54:31 steven Exp $ +# $OpenBSD: Makefile,v 1.18 2008/10/10 22:58:16 sthen Exp $ COMMENT= challenging double decked solitaire game DISTNAME= spider -PKGNAME= spider-1.1p0 +PKGNAME= spider-1.1p1 CATEGORIES= games MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ diff --git a/games/spider/patches/patch-gfx_c b/games/spider/patches/patch-gfx_c index 36cdbe32851..dd4e7dbb2a2 100644 --- a/games/spider/patches/patch-gfx_c +++ b/games/spider/patches/patch-gfx_c @@ -1,7 +1,15 @@ -$OpenBSD: patch-gfx_c,v 1.1 2004/10/25 13:49:22 brad Exp $ ---- gfx.c.orig Sun Oct 24 17:37:02 2004 -+++ gfx.c Sun Oct 24 17:37:14 2004 -@@ -166,7 +166,7 @@ unsigned long redpixel; +$OpenBSD: patch-gfx_c,v 1.2 2008/10/10 22:58:16 sthen Exp $ +--- gfx.c.orig Sat Sep 28 18:46:10 1991 ++++ gfx.c Sat Aug 2 19:41:42 2008 +@@ -15,6 +15,7 @@ + */ + #include "defs.h" + #include "globals.h" ++#include + + #ifdef ROUND_CARDS + #include +@@ -166,7 +167,7 @@ unsigned long redpixel; gcflags |= GCFont; textgc = XCreateGC(dpy, RootWindow(dpy, screen), gcflags, &gcv); diff --git a/games/spider/patches/patch-spider_c b/games/spider/patches/patch-spider_c index c992b032b73..d90b0a6f7d2 100644 --- a/games/spider/patches/patch-spider_c +++ b/games/spider/patches/patch-spider_c @@ -1,6 +1,15 @@ -$OpenBSD: patch-spider_c,v 1.1 2004/10/25 13:49:22 brad Exp $ ---- spider.c.orig Sun Oct 24 17:38:21 2004 -+++ spider.c Sun Oct 24 17:38:31 2004 +$OpenBSD: patch-spider_c,v 1.2 2008/10/10 22:58:16 sthen Exp $ +--- spider.c.orig Sat Sep 28 18:46:12 1991 ++++ spider.c Sat Aug 2 19:41:42 2008 +@@ -17,7 +17,7 @@ + #include "defs.h" + #include "globals.h" + #include +- ++#include + static void fix_coords(); + + int deltamod = 0; @@ -619,7 +619,7 @@ Type type; return (type_names[type]);