From 5ee5750d3b9945226a4c331980dcd2c5e8200227 Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Wed, 20 Nov 2013 19:22:19 -0600 Subject: graphics/LDView: Go back to version 4.1 and build correctly Signed-off-by: Robby Workman --- graphics/LDView/LDView_gcc47.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 graphics/LDView/LDView_gcc47.patch (limited to 'graphics/LDView/LDView_gcc47.patch') diff --git a/graphics/LDView/LDView_gcc47.patch b/graphics/LDView/LDView_gcc47.patch new file mode 100644 index 0000000000..ae1c7c2810 --- /dev/null +++ b/graphics/LDView/LDView_gcc47.patch @@ -0,0 +1,23 @@ +--- LDView-4.1/TCFoundation/TCArray.h 2008-05-18 18:16:21.000000000 -0300 ++++ LDView-4.1_patched/TCFoundation/TCArray.h 2012-09-13 14:32:40.000000000 -0300 +@@ -2,6 +2,7 @@ + #define __TCARRAY_H__ + + #include ++#include + + typedef int (*TCArraySortFunction)(const void*, const void*); + +--- LDView-4.1/TCFoundation/mystring.h 2009-11-17 00:45:34.000000000 -0200 ++++ LDView-4.1_patched/TCFoundation/mystring.h 2012-09-13 14:33:51.000000000 -0300 +@@ -13,6 +13,10 @@ + #include + #endif // _QT + ++#ifndef WIN32 ++#include ++#endif ++ + #ifdef _OSMESA + #include + #endif // _OSMESA -- cgit v1.2.3