summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-ak
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-01-25 15:59:27 +0000
committerxtraeme <xtraeme>2005-01-25 15:59:27 +0000
commit14101fe7aa24fd585ea9aa25bb542f885ca8c3fc (patch)
tree41a07eac1eaebc068b60d9abcc52d0036751bfd3 /games/xevil/patches/patch-ak
parent64f6d255f5fad53a86b8260fe6676cdb4b46e55d (diff)
downloadpkgsrc-14101fe7aa24fd585ea9aa25bb542f885ca8c3fc.tar.gz
Initial import of xevil from pkgsrc-wip, packaged by Soren Jacobsen.
XEvil is a 3rd person, side-view, fast-action, kill-them-before-they-kill-you game. Fight against either computer-controlled enemies, or another player. You sinned in life. And now you must pay. Satan pits the recently deceased against each other to fight for rank in Hell. Your skill determines your fate for all eternity. This contest is known as XEvil.
Diffstat (limited to 'games/xevil/patches/patch-ak')
-rw-r--r--games/xevil/patches/patch-ak18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-ak b/games/xevil/patches/patch-ak
new file mode 100644
index 00000000000..55e77647912
--- /dev/null
+++ b/games/xevil/patches/patch-ak
@@ -0,0 +1,18 @@
+$NetBSD: patch-ak,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
+
+--- cmn/physical.cpp.orig 2000-01-19 20:38:14.000000000 -0800
++++ cmn/physical.cpp 2003-11-22 11:29:34.000000000 -0800
+@@ -33,10 +33,11 @@
+ // Include Files
+ #include "xdata.h"
+ #include "physical.h"
+-#include <iostream.h>
++#include <iostream>
++using namespace std;
+
+ #if X11
+-#include <strstream.h>
++#include <strstream>
+ #endif
+ #if WIN32
+ #include <strstrea.h>