summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/patches/patch-ah')
-rw-r--r--games/xevil/patches/patch-ah14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-ah b/games/xevil/patches/patch-ah
new file mode 100644
index 00000000000..786c40a6896
--- /dev/null
+++ b/games/xevil/patches/patch-ah
@@ -0,0 +1,14 @@
+$NetBSD: patch-ah,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
+
+--- cmn/actual.cpp.orig 2000-01-19 12:54:36.000000000 -0800
++++ cmn/actual.cpp 2003-11-22 11:18:19.000000000 -0800
+@@ -32,7 +32,8 @@
+
+ // Include Files
+ #if X11
+-#include <strstream.h>
++#include <strstream>
++using namespace std;
+ #endif
+ #if WIN32
+ #include <strstrea.h>