summaryrefslogtreecommitdiff
path: root/games/xspacewarp/files/patch-ac
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-27 23:21:48 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-27 23:21:48 +0000
commitb42ca1d4466262ef9fb3fbd25ba3a77ce6a47cbf (patch)
treefc9643862009d76f077f0f55e42d75fc1d65da86 /games/xspacewarp/files/patch-ac
parent- Don't tromple the contents of MAKE_ENV otherwise MOTIF_LIB isn't defined. (diff)
Fix build errors on -current.
Notes
Notes: svn path=/head/; revision=26394
Diffstat (limited to '')
-rw-r--r--games/xspacewarp/files/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/xspacewarp/files/patch-ac b/games/xspacewarp/files/patch-ac
new file mode 100644
index 000000000000..27a9c80ed361
--- /dev/null
+++ b/games/xspacewarp/files/patch-ac
@@ -0,0 +1,15 @@
+--- c_jovian.cc.orig Fri Dec 29 01:41:56 1995
++++ c_jovian.cc Sun Feb 27 12:30:41 2000
+@@ -22,10 +22,12 @@
+
+ // these AI functions are kept in separate file c_jovian_ai.cc
+
++#if 0
+ extern Action Jovian::pick_action();
+ extern Direction Jovian::pick_direction();
+ extern Ucoors Jovian::pick_sector();
+ extern Point Jovian::pick_target();
++#endif
+
+
+ Jovian::Jovian(): Combatant()