diff options
author | arved <arved@FreeBSD.org> | 2004-02-20 04:00:57 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-20 04:00:57 +0800 |
commit | 2c794d8c9f56f2228bfed0bae2163697f8a7e1e1 (patch) | |
tree | 30551096f5f9aef55ed488c00bbaff6bffb28546 /graphics | |
parent | f2c0392281c0d299807558e9ee5f1ebb3058c783 (diff) | |
download | freebsd-ports-gnome-2c794d8c9f56f2228bfed0bae2163697f8a7e1e1.tar.gz freebsd-ports-gnome-2c794d8c9f56f2228bfed0bae2163697f8a7e1e1.tar.zst freebsd-ports-gnome-2c794d8c9f56f2228bfed0bae2163697f8a7e1e1.zip |
Fix build on CURRENT
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/landscape/files/patch-texture-texture_rough.cc | 11 | ||||
-rw-r--r-- | graphics/landscape/files/patch-windows-base_GLwindow.cc | 10 |
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" |