summaryrefslogtreecommitdiff
path: root/graphics/LDView/LDView_boost15.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_boost15.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_boost15.patch')
-rw-r--r--graphics/LDView/LDView_boost15.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/graphics/LDView/LDView_boost15.patch b/graphics/LDView/LDView_boost15.patch
deleted file mode 100644
index df34562675..0000000000
--- a/graphics/LDView/LDView_boost15.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -ru LDView.org/LDLib/LDLibraryUpdater.cpp LDView/LDLib/LDLibraryUpdater.cpp
---- LDView.org/LDLib/LDLibraryUpdater.cpp 2010-08-04 08:19:09.000000000 +0200
-+++ LDView/LDLib/LDLibraryUpdater.cpp 2015-02-04 11:45:23.930291764 +0100
-@@ -1205,7 +1205,7 @@
- // it to signal.
- boost::xtime xt;
-
-- boost::xtime_get(&xt, boost::TIME_UTC);
-+ boost::xtime_get(&xt, boost::TIME_UTC_);
- xt.nsec += 250 * 1000 * 1000;
- m_threadFinish->timed_wait(lock, xt);
- }
-diff -ru LDView.org/TCFoundation/TCWebClient.cpp LDView/TCFoundation/TCWebClient.cpp
---- LDView.org/TCFoundation/TCWebClient.cpp 2011-02-12 05:24:14.000000000 +0100
-+++ LDView/TCFoundation/TCWebClient.cpp 2015-02-04 11:45:39.781291097 +0100
-@@ -118,7 +118,7 @@
- #else // _OSMESA
- boost::xtime xt;
-
-- boost::xtime_get(&xt, boost::TIME_UTC);
-+ boost::xtime_get(&xt, boost::TIME_UTC_);
- xt.sec += sec;
- boost::thread::sleep(xt);
- #endif // _OSMESA
-diff -ru LDView.org/TRE/TREMainModel.cpp LDView/TRE/TREMainModel.cpp
---- LDView.org/TRE/TREMainModel.cpp 2011-02-12 05:24:14.000000000 +0100
-+++ LDView/TRE/TREMainModel.cpp 2015-02-04 11:45:51.249290615 +0100
-@@ -814,7 +814,7 @@
- #ifdef ANTI_DEADLOCK_HACK
- boost::xtime xt;
-
-- boost::xtime_get(&xt, boost::TIME_UTC);
-+ boost::xtime_get(&xt, boost::TIME_UTC_);
- // 100,000,000 nsec == 100 msec
- xt.nsec += 100 * 1000000;
- // HACK: If any deadlocks are encountered during testing,