summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-x11_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/patches/patch-x11_main.cpp')
-rw-r--r--games/xevil/patches/patch-x11_main.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-x11_main.cpp b/games/xevil/patches/patch-x11_main.cpp
new file mode 100644
index 00000000000..fa8fc07e1af
--- /dev/null
+++ b/games/xevil/patches/patch-x11_main.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-x11_main.cpp,v 1.1 2011/11/27 19:43:33 joerg Exp $
+
+--- x11/main.cpp.orig 2011-11-27 02:21:41.000000000 +0000
++++ x11/main.cpp
+@@ -33,7 +33,7 @@ extern "C" {
+ #include <X11/Xos.h>
+ }
+
+-#include <iostream.h>
++#include <iostream>
+
+ #include "utils.h"
+ #include "neth.h"