diff options
author | oliver <oliver@FreeBSD.org> | 2009-02-14 01:44:19 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-02-14 01:44:19 +0800 |
commit | febef5f74fbb08740a17bfd297a42008bdb0730c (patch) | |
tree | 071eacdd81a96674a6ebbee1c0494a5b5b5e347b /games | |
parent | e044ac826c4973d80ffa6b1c3c5764747a93ca0e (diff) | |
download | freebsd-ports-gnome-febef5f74fbb08740a17bfd297a42008bdb0730c.tar.gz freebsd-ports-gnome-febef5f74fbb08740a17bfd297a42008bdb0730c.tar.zst freebsd-ports-gnome-febef5f74fbb08740a17bfd297a42008bdb0730c.zip |
fix build
Diffstat (limited to 'games')
-rw-r--r-- | games/ember/files/patch-TerrainInfo.h | 10 |
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 + { |