summaryrefslogtreecommitdiff
path: root/games/craft
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-07-20 01:24:57 +0000
committerhubertf <hubertf@pkgsrc.org>1999-07-20 01:24:57 +0000
commit0baace217152be24aef2ce702cd025261675c562 (patch)
treebf9684ce5330567660137d0dc5fa5c3972f4c197 /games/craft
parent3f66b954f18d2194d28862b24efd99aa9c67425f (diff)
downloadpkgsrc-0baace217152be24aef2ce702cd025261675c562.tar.gz
New systems don't have old libg++-headers bool.h and std.h any more,
adjust this. Reported in PR 7970 by Thilo.Manske@HEH.Uni-Oldenburg.DE
Diffstat (limited to 'games/craft')
-rw-r--r--games/craft/files/patch-sum3
-rw-r--r--games/craft/patches/patch-ag12
2 files changed, 14 insertions, 1 deletions
diff --git a/games/craft/files/patch-sum b/games/craft/files/patch-sum
index 79f64970d1f..c8f1e1bde7d 100644
--- a/games/craft/files/patch-sum
+++ b/games/craft/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:52 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/07/20 01:24:57 hubertf Exp $
MD5 (patch-aa) = 73d6c9a25630e868b6d37595d617a014
MD5 (patch-ab) = 7a9322f3588143c146bc10c865bd1222
@@ -6,3 +6,4 @@ MD5 (patch-ac) = ba6da2b86c557d5eeffce01ce2557a87
MD5 (patch-ad) = 8056676e41db031a4e65c8ee44f27ad6
MD5 (patch-ae) = 9083a84c45bd82705852511ae3e1668d
MD5 (patch-af) = e5af45e7549343df98a0882cd62d9a8b
+MD5 (patch-ag) = 5709fb1503830cca84574c6381e67e65
diff --git a/games/craft/patches/patch-ag b/games/craft/patches/patch-ag
new file mode 100644
index 00000000000..0bea39b20de
--- /dev/null
+++ b/games/craft/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 1999/07/20 01:24:58 hubertf Exp $
+
+--- work.i386/hcc/hcc.cc.orig Tue Jul 20 03:19:57 1999
++++ work.i386/hcc/hcc.cc Fri Feb 21 12:50:16 1997
+@@ -1,6 +1,6 @@
+ #include "bool.h"
+ #include "stdio.h"
+-#include <stdlib.h>
++#include "std.h"
+ #include "string.h"
+ #include "ctype.h"
+