summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/patches/patch-am')
-rw-r--r--games/xevil/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-am b/games/xevil/patches/patch-am
new file mode 100644
index 00000000000..e15cc0a6df8
--- /dev/null
+++ b/games/xevil/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
+
+--- cmn/physical.h.orig 2003-11-22 11:34:53.000000000 -0800
++++ cmn/physical.h 2003-11-22 11:35:29.000000000 -0800
+@@ -93,7 +93,7 @@
+ CLASSNAME::CLASSNAME(InStreamP in,const CLASSNAME ## Context &cx, \
+ CLASSNAME ## Xdata &x_data, \
+ WorldP w,LocatorP l) \
+- : PARENT(in,cx. ## parent ## Context,x_data,w,l)
++ : PARENT(in,cx. parent ## Context,x_data,w,l)
+
+ // Used by internal nodes and leaves.
+ #define DEFINE_UPDATE_FROM_STREAM(CLASSNAME,PARENT) \