diff options
author | kris <kris@FreeBSD.org> | 2002-03-31 03:26:02 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-31 03:26:02 +0000 |
commit | 264117c1fe103b9b93ede1e0b3af53d43fce05ae (patch) | |
tree | 78464aca81eb6437c0934485f3d0991c398498ab /games/kxl | |
parent | d0ae88ab9c6824e47d95146cc577a9106545d48c (diff) | |
download | FreeBSD-ports-264117c1fe103b9b93ede1e0b3af53d43fce05ae.zip FreeBSD-ports-264117c1fe103b9b93ede1e0b3af53d43fce05ae.tar.gz |
Remove evidence of crack smoking in patch-ab (<malloc.h> conditional
inclusion only on FreeBSD 5.0). Port still broken due to libtool breakage.
Diffstat (limited to 'games/kxl')
-rw-r--r-- | games/kxl/files/patch-ab | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/kxl/files/patch-ab b/games/kxl/files/patch-ab index bf4d646..089ad4d 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" |