diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-03 19:49:42 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-03 19:49:42 +0000 |
| commit | 83026d2a1b8ddab16406ce8e9a40bc8c1b60dd36 (patch) | |
| tree | 4a53bd1669d70043aa4ac7d5a8ebf5a2ffe19270 /graphics/demeter/files/patch-samples_SampleOSGApplication_SampleOSGMain.cpp | |
| parent | Added Locale.get method. (diff) | |
Add demeter 3.21, a C++ library to render 3D terrains using OpenGL.
PR: 71347
Submitted by: Igor Pokrovsky
Diffstat (limited to 'graphics/demeter/files/patch-samples_SampleOSGApplication_SampleOSGMain.cpp')
| -rw-r--r-- | graphics/demeter/files/patch-samples_SampleOSGApplication_SampleOSGMain.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/demeter/files/patch-samples_SampleOSGApplication_SampleOSGMain.cpp b/graphics/demeter/files/patch-samples_SampleOSGApplication_SampleOSGMain.cpp new file mode 100644 index 000000000000..24339fe1bc90 --- /dev/null +++ b/graphics/demeter/files/patch-samples_SampleOSGApplication_SampleOSGMain.cpp @@ -0,0 +1,10 @@ +--- samples/SampleOSGApplication/SampleOSGMain.cpp.orig Tue Jun 15 13:22:12 2004 ++++ samples/SampleOSGApplication/SampleOSGMain.cpp Tue Jun 15 13:22:52 2004 +@@ -21,7 +21,6 @@ + Boston, MA 02111-1307, USA. + */ + #include <stdlib.h> +-#include <malloc.h> + #include <memory.h> + #ifdef _WIN32 + #include <tchar.h> |
