aboutsummaryrefslogtreecommitdiff
path: root/games/ember/files
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2009-02-13 17:44:19 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2009-02-13 17:44:19 +0000
commit50efe64b9ad6ea71a785efb6f5658942ba42909c (patch)
treebf606c0fc7fe188cbd9a0e1e7322fa98a3a2609d /games/ember/files
parent47383205d807ab039e8a63e222908f826f7fc395 (diff)
downloadports-50efe64b9ad6ea71a785efb6f5658942ba42909c.tar.gz
ports-50efe64b9ad6ea71a785efb6f5658942ba42909c.zip
Notes
Diffstat (limited to 'games/ember/files')
-rw-r--r--games/ember/files/patch-TerrainInfo.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/ember/files/patch-TerrainInfo.h b/games/ember/files/patch-TerrainInfo.h
new file mode 100644
index 000000000000..b71dff41986e
--- /dev/null
+++ b/games/ember/files/patch-TerrainInfo.h
@@ -0,0 +1,10 @@
+--- src/components/ogre/terrain/TerrainInfo.h.orig 2009-02-13 18:06:16.000000000 +0100
++++ src/components/ogre/terrain/TerrainInfo.h 2009-02-13 18:06:43.000000000 +0100
+@@ -26,6 +26,7 @@
+ #include "../EmberOgrePrerequisites.h"
+ // #include <wfmath/wfmath.h>
+ #include <wfmath/axisbox.h>
++#include <wfmath/point.h>
+
+ namespace Mercator
+ {