aboutsummaryrefslogtreecommitdiff
path: root/games/nighthawk
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2003-02-04 13:47:16 +0000
committerMark Pulford <markp@FreeBSD.org>2003-02-04 13:47:16 +0000
commit9db2476b1357f3dff53eca98d8249d9b673e9643 (patch)
treecaffddd358c187d392cd63fea22a502aacaa781c /games/nighthawk
parent3b22d494d4d6fca6394c9ea1f5c999822c477aea (diff)
downloadports-9db2476b1357f3dff53eca98d8249d9b673e9643.tar.gz
ports-9db2476b1357f3dff53eca98d8249d9b673e9643.zip
Fix build under 5.0
Submitted by: des
Notes
Notes: svn path=/head/; revision=74672
Diffstat (limited to 'games/nighthawk')
-rw-r--r--games/nighthawk/files/patch-src-object.cc10
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>