diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-04 13:47:16 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-04 13:47:16 +0000 |
commit | 9db2476b1357f3dff53eca98d8249d9b673e9643 (patch) | |
tree | caffddd358c187d392cd63fea22a502aacaa781c /games | |
parent | Update to 2.0 and change maintainer to hsakai@m8.ffn.ne.jp. (diff) |
Fix build under 5.0
Submitted by: des
Notes
Notes:
svn path=/head/; revision=74672
Diffstat (limited to 'games')
-rw-r--r-- | games/nighthawk/files/patch-src-object.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/nighthawk/files/patch-src-object.cc b/games/nighthawk/files/patch-src-object.cc new file mode 100644 index 000000000000..bb6df37c4690 --- /dev/null +++ b/games/nighthawk/files/patch-src-object.cc @@ -0,0 +1,10 @@ +--- src/object.cc.orig Wed Feb 5 00:17:43 2003 ++++ src/object.cc Wed Feb 5 00:17:59 2003 +@@ -14,6 +14,7 @@ + extern "C" { + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <math.h> + #include <X11/Xlib.h> + #include <X11/keysym.h> |