summaryrefslogtreecommitdiff
path: root/games/kxl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-31 03:26:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-31 03:26:02 +0000
commit83fb321291eb8f1a0605740b5cb2e7ff05d0f431 (patch)
tree212e244f279cb002f07b206fd5d53f5f45af1fce /games/kxl
parentRemove #include <malloc.h> (diff)
Remove evidence of crack smoking in patch-ab (<malloc.h> conditional
inclusion only on FreeBSD 5.0). Port still broken due to libtool breakage.
Notes
Notes: svn path=/head/; revision=57011
Diffstat (limited to 'games/kxl')
-rw-r--r--games/kxl/files/patch-ab10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/kxl/files/patch-ab b/games/kxl/files/patch-ab
index bf4d6466b277..089ad4dd4176 100644
--- a/games/kxl/files/patch-ab
+++ b/games/kxl/files/patch-ab
@@ -1,11 +1,9 @@
---- src/KXLmisc.c.orig Wed Feb 20 21:52:35 2002
-+++ src/KXLmisc.c Wed Feb 20 21:53:17 2002
-@@ -1,6 +1,8 @@
+--- src/KXLmisc.c.orig Sun Jan 20 01:10:31 2002
++++ src/KXLmisc.c Sat Mar 30 19:26:06 2002
+@@ -1,6 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
-+#if __FreeBSD__ >= 5
- #include <malloc.h>
-+#endif
+-#include <malloc.h>
#include <signal.h>
#include <sys/time.h>
#include "KXL.h"