diff options
author | agc <agc@pkgsrc.org> | 2002-07-16 13:39:03 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-16 13:39:03 +0000 |
commit | 1cf8f8d4f228bc72a8d44f6c5dce2b80adc96fd7 (patch) | |
tree | 0ae1231c0858d69bb3b329ec53a39370ec2ff424 | |
parent | aab47f7daef1fc52ce1f05f386c6a6b081950cd6 (diff) | |
download | pkgsrc-1cf8f8d4f228bc72a8d44f6c5dce2b80adc96fd7.tar.gz |
Make this package compile
-rw-r--r-- | games/exchess/distinfo | 4 | ||||
-rw-r--r-- | games/exchess/patches/patch-ab | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/games/exchess/distinfo b/games/exchess/distinfo index e45114c2783..d8bbc23d8b0 100644 --- a/games/exchess/distinfo +++ b/games/exchess/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 02:08:22 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/07/16 13:39:03 agc Exp $ SHA1 (EXCH314S.zip) = 7d8ffbd94dc86a97512826e611048a691c8c646d Size (EXCH314S.zip) = 110676 bytes SHA1 (patch-aa) = 40e90ccef0f2f1cd56ab8545ab73f93ccdb04017 -SHA1 (patch-ab) = 803ed745e5b4bbaf947462ac96d8fe2a2b49a2f2 +SHA1 (patch-ab) = a9385051ed9d482e02bbeff40b5d9552ebc56c9f SHA1 (patch-ac) = cfc1beff8ae3b2e4c9620e8d49852ce80d848ad6 SHA1 (patch-ad) = 021dbe949c3c5865d9de8a095a2c40a66e41f658 SHA1 (patch-ae) = 9d374b888a6f431604f41c4421baa23d8ca775a1 diff --git a/games/exchess/patches/patch-ab b/games/exchess/patches/patch-ab index 03a4dd1f356..7f4f288d991 100644 --- a/games/exchess/patches/patch-ab +++ b/games/exchess/patches/patch-ab @@ -1,8 +1,17 @@ -$NetBSD: patch-ab,v 1.1.1.1 2000/10/25 08:40:00 jlam Exp $ +$NetBSD: patch-ab,v 1.2 2002/07/16 13:39:03 agc Exp $ --- chess.h.orig Sat Feb 19 11:28:46 2000 -+++ chess.h -@@ -86,7 +86,7 @@ ++++ chess.h Tue Jul 16 14:37:30 2002 +@@ -3,6 +3,8 @@ + #ifndef CHESS_H + #define CHESS_H + ++#include <sys/types.h> ++ + // move structure to encapsulate several important move parameters + // note: The char used below is treated like an integer. + +@@ -86,7 +88,7 @@ // Structure for position in the opening book struct book_rec { |