summaryrefslogtreecommitdiff
path: root/graphics/landscape
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-02-19 20:00:57 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-02-19 20:00:57 +0000
commitf2719275dee7a5cdaa1aa0879dc0247972c84822 (patch)
tree11de6e2390d28deac8789f3c1649d33a0cdce5b0 /graphics/landscape
parentChase ogle shared library (diff)
Fix build on CURRENT
Diffstat (limited to 'graphics/landscape')
-rw-r--r--graphics/landscape/files/patch-texture-texture_rough.cc11
-rw-r--r--graphics/landscape/files/patch-windows-base_GLwindow.cc10
2 files changed, 21 insertions, 0 deletions
diff --git a/graphics/landscape/files/patch-texture-texture_rough.cc b/graphics/landscape/files/patch-texture-texture_rough.cc
new file mode 100644
index 000000000000..a448173b39aa
--- /dev/null
+++ b/graphics/landscape/files/patch-texture-texture_rough.cc
@@ -0,0 +1,11 @@
+--- texture/texture_rough.cc.orig Thu Feb 19 20:48:54 2004
++++ texture/texture_rough.cc Thu Feb 19 20:49:59 2004
+@@ -8,7 +8,7 @@
+ // $Id: texture_rough.cc,v 1.1 2003/10/11 18:11:00 jon Exp $
+ //
+
+-
++#include <assert.h>
+ #include "texture_rough.h"
+
+
diff --git a/graphics/landscape/files/patch-windows-base_GLwindow.cc b/graphics/landscape/files/patch-windows-base_GLwindow.cc
new file mode 100644
index 000000000000..6f30062977b9
--- /dev/null
+++ b/graphics/landscape/files/patch-windows-base_GLwindow.cc
@@ -0,0 +1,10 @@
+--- windows/base_GLwindow.cc.orig Thu Feb 19 20:51:22 2004
++++ windows/base_GLwindow.cc Thu Feb 19 20:51:58 2004
+@@ -9,6 +9,7 @@
+ //
+
+ #include <ctime>
++#include <assert.h>
+
+ #include "base_GLwindow.h"
+ #include "colour.h"