diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-16 10:54:58 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-16 10:54:58 +0000 |
commit | c2566b5f858930f2cbf064ffe732ee9d7a6fa2f5 (patch) | |
tree | 5c148ca81afab1fe3c694bf716d50072c1a7f1a1 /games/xsoldier/files/patch-ab | |
parent | Umm, "#" is not a comment character in C. ;) (diff) |
Added xsoldier port. Closes PR 2721.
This is a really nice _blaster_everything_away_ game under x11 ;-)
Notes
Notes:
svn path=/head/; revision=5641
Diffstat (limited to 'games/xsoldier/files/patch-ab')
-rw-r--r-- | games/xsoldier/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xsoldier/files/patch-ab b/games/xsoldier/files/patch-ab new file mode 100644 index 000000000000..8b9e1bd9d052 --- /dev/null +++ b/games/xsoldier/files/patch-ab @@ -0,0 +1,14 @@ +--- manage.c.orig Sun Feb 16 11:23:59 1997 ++++ manage.c Sun Feb 16 11:25:13 1997 +@@ -8,7 +8,11 @@ + + #include <stdio.h> + #include <stdlib.h> ++ ++#ifndef __FreeBSD__ + #include <malloc.h> ++#endif ++ + #include <X11/Xlib.h> + #include <X11/Xutil.h> + |