summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/patches/patch-ao')
-rw-r--r--games/xevil/patches/patch-ao20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-ao b/games/xevil/patches/patch-ao
new file mode 100644
index 00000000000..472076fb8ac
--- /dev/null
+++ b/games/xevil/patches/patch-ao
@@ -0,0 +1,20 @@
+$NetBSD: patch-ao,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
+
+--- cmn/game_style.cpp.orig 2003-11-27 15:21:04.000000000 -0800
++++ cmn/game_style.cpp 2003-11-27 15:21:34.000000000 -0800
+@@ -29,12 +29,11 @@
+
+ // Include Files
+ #include "stdafx.h"
+-extern "C" {
+-#include <string.h>
+-}
++#include <cstring>
+
+ #if X11
+-#include <strstream.h>
++#include <strstream>
++using namespace std;
+ #endif
+
+ #if WIN32