summaryrefslogtreecommitdiff
path: root/games/wormz/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-08-26 02:22:47 +0000
committerwiz <wiz@pkgsrc.org>2000-08-26 02:22:47 +0000
commite74452303c11b36bf2063c756fd4c9225d95789f (patch)
treeff99c0452b0d464aa4e7ddfc3b348ee5cad54095 /games/wormz/patches
parent37ff6be319862cdfb6f225676a101b76b8e9826c (diff)
downloadpkgsrc-e74452303c11b36bf2063c756fd4c9225d95789f.tar.gz
Make this package work on at least -current/i386; remove BROKEN.
Diffstat (limited to 'games/wormz/patches')
-rw-r--r--games/wormz/patches/patch-ab21
1 files changed, 16 insertions, 5 deletions
diff --git a/games/wormz/patches/patch-ab b/games/wormz/patches/patch-ab
index 54b73aecdec..a3581f90ce5 100644
--- a/games/wormz/patches/patch-ab
+++ b/games/wormz/patches/patch-ab
@@ -1,7 +1,18 @@
-$NetBSD: patch-ab,v 1.1.1.1 1998/11/05 08:24:12 garbled Exp $
---- include/Compat.hh.orig Tue Jul 7 14:02:01 1998
-+++ include/Compat.hh Wed Nov 4 23:57:19 1998
-@@ -22,7 +22,9 @@
+$NetBSD: patch-ab,v 1.2 2000/08/26 02:22:49 wiz Exp $
+
+--- ./include/Compat.hh.orig Tue Jul 7 23:02:01 1998
++++ ./include/Compat.hh Sat Feb 5 18:55:12 2000
+@@ -14,7 +14,8 @@
+
+ #ifndef Linux
+
+-#include <bool.h>
++#define TRUE 1
++#define FALSE 0
+ #include <string.h>
+
+ inline void bzero(void * data, int size)
+@@ -22,7 +23,9 @@
memset(data, 0, size);
}
@@ -11,7 +22,7 @@ $NetBSD: patch-ab,v 1.1.1.1 1998/11/05 08:24:12 garbled Exp $
inline int byteswap(int old)
{
-@@ -34,12 +36,15 @@
+@@ -34,12 +37,15 @@
inline int byteswapshort(unsigned short old)
{