diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-19 17:36:32 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 15:23:14 -0600 |
commit | fccacee639f0ceec8855240e17170c3bff1e034f (patch) | |
tree | 5336e6bbd098fd91fde625b57d805e318c1c9e53 /graphics/LDView/LDView_gcc47.patch | |
parent | fd687014413af1a6b0fc84ed18ee8e1708eb5963 (diff) | |
download | slackbuilds-fccacee639f0ceec8855240e17170c3bff1e034f.tar.gz |
graphic/LDView: Updated for version 4.2_beta1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/LDView/LDView_gcc47.patch')
-rw-r--r-- | graphics/LDView/LDView_gcc47.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/LDView/LDView_gcc47.patch b/graphics/LDView/LDView_gcc47.patch deleted file mode 100644 index ae1c7c2810..0000000000 --- a/graphics/LDView/LDView_gcc47.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- 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 <TCFoundation/TCObject.h> -+#include <TCFoundation/mystring.h> - - 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 <Qt/qstring.h> - #endif // _QT - -+#ifndef WIN32 -+#include <unistd.h> -+#endif -+ - #ifdef _OSMESA - #include <stdarg.h> - #endif // _OSMESA |