summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-cmn::physical.h
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-03 18:59:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-03 18:59:15 +0000
commitb87ad4546b2f3bcdc7375999ad6a1d4cd073ef28 (patch)
tree99872a533aa131dbcd453c8747431d3288e3bc37 /games/xevil/files/patch-cmn::physical.h
parentTry to make the package a little safer when handling gdk-pixbuf.loaders. It (diff)
- Fix build on -current
PR: 58876 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=92985
Diffstat (limited to 'games/xevil/files/patch-cmn::physical.h')
-rw-r--r--games/xevil/files/patch-cmn::physical.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn::physical.h b/games/xevil/files/patch-cmn::physical.h
new file mode 100644
index 000000000000..5f668d4dbe36
--- /dev/null
+++ b/games/xevil/files/patch-cmn::physical.h
@@ -0,0 +1,11 @@
+--- cmn/physical.h.orig Wed Jan 19 12:54:08 2000
++++ cmn/physical.h Mon Nov 3 21:36:14 2003
+@@ -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) \