summaryrefslogtreecommitdiff
path: root/graphics/LDView/LDView_gcc47.patch
diff options
context:
space:
mode:
authorPhilip van der Hoeven <philip@vd-hoeven.nl>2016-08-07 01:02:44 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-07 18:55:32 +0700
commit5517cfcda7c936b371b5a571abcdf94dc1e5175f (patch)
treefbd0af7c10e397c8c22e416b8abc121a6e1a19ef /graphics/LDView/LDView_gcc47.patch
parentb1d591b130c30c570d15c7e9d156b7f226402958 (diff)
downloadslackbuilds-5517cfcda7c936b371b5a571abcdf94dc1e5175f.tar.gz
graphics/LDView: Updated for version 4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/LDView/LDView_gcc47.patch')
-rw-r--r--graphics/LDView/LDView_gcc47.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/LDView/LDView_gcc47.patch b/graphics/LDView/LDView_gcc47.patch
deleted file mode 100644
index 044d824c7a..0000000000
--- a/graphics/LDView/LDView_gcc47.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- LDView.org/TCFoundation/TCArray.h 2008-05-18 23:16:21.000000000 +0200
-+++ LDView/TCFoundation/TCArray.h 2015-02-04 11:38:48.394308398 +0100
-@@ -2,6 +2,7 @@
- #define __TCARRAY_H__
-
- #include <TCFoundation/TCObject.h>
-+#include <TCFoundation/mystring.h>
-
- typedef int (*TCArraySortFunction)(const void*, const void*);
-
-diff -ru LDView.org/TCFoundation/mystring.h TCFoundation/mystring.h
---- LDView/TCFoundation/mystring.h 2011-05-26 06:51:55.000000000 +0200
-+++ TCFoundation/mystring.h 2015-02-04 11:39:16.529307215 +0100
-@@ -13,6 +13,10 @@
- #include <Qt/qstring.h>
- #endif // _QT
-
-+#ifndef WIN32
-+#include <unistd.h>
-+#endif
-+
- #ifdef _OSMESA
- #include <stdarg.h>
- #endif // _OSMESA