aboutsummaryrefslogtreecommitdiffstats
path: root/games/avanor/files
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-10-30 11:42:03 +0800
committerdanilo <danilo@FreeBSD.org>2013-10-30 11:42:03 +0800
commit48539b00fa3540c1eeb191f20b5c9bd093e1f162 (patch)
treef84415fc214d76ac9dba157b3becf717977b1f4b /games/avanor/files
parent84811b5fe7727366cbab26382ea6295538b03a00 (diff)
downloadfreebsd-ports-gnome-48539b00fa3540c1eeb191f20b5c9bd093e1f162.tar.gz
freebsd-ports-gnome-48539b00fa3540c1eeb191f20b5c9bd093e1f162.tar.zst
freebsd-ports-gnome-48539b00fa3540c1eeb191f20b5c9bd093e1f162.zip
- Add stage support
- Fix build with clang - Convert USE_GMAKE to USES
Diffstat (limited to 'games/avanor/files')
-rw-r--r--games/avanor/files/patch-game__cave.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/avanor/files/patch-game__cave.cpp b/games/avanor/files/patch-game__cave.cpp
new file mode 100644
index 000000000000..c6b3f9dea1d8
--- /dev/null
+++ b/games/avanor/files/patch-game__cave.cpp
@@ -0,0 +1,12 @@
+--- ./game/cave.cpp.orig 2013-10-30 01:23:52.000000000 -0200
++++ ./game/cave.cpp 2013-10-30 01:25:33.000000000 -0200
+@@ -192,7 +192,8 @@
+ }
+
+ }
+- r.Setup(&XRect(x, y, x + l, y + h));
++ XRect xrecttemp = XRect(x, y, x + l, y + h);
++ r.Setup(&xrecttemp);
+ }
+
+ int XCave::Compare(XObject * o)