diff options
Diffstat (limited to 'graphics/LDView/LDView_boost15.patch')
-rw-r--r-- | graphics/LDView/LDView_boost15.patch | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/graphics/LDView/LDView_boost15.patch b/graphics/LDView/LDView_boost15.patch index df60eb4615b27..df345626757a4 100644 --- a/graphics/LDView/LDView_boost15.patch +++ b/graphics/LDView/LDView_boost15.patch @@ -1,6 +1,7 @@ ---- LDView-4.1/LDLib/LDLibraryUpdater.cpp 2009-12-01 16:42:55.000000000 -0200 -+++ LDView-4.1_patched/LDLib/LDLibraryUpdater.cpp 2013-11-20 20:39:36.003276476 -0200 -@@ -1183,7 +1183,7 @@ +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; @@ -9,8 +10,9 @@ xt.nsec += 250 * 1000 * 1000; m_threadFinish->timed_wait(lock, xt); } ---- LDView-4.1/TCFoundation/TCWebClient.cpp 2009-04-03 13:34:55.000000000 -0300 -+++ LDView-4.1_patched/TCFoundation/TCWebClient.cpp 2013-11-20 20:39:13.900470975 -0200 +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; @@ -20,9 +22,10 @@ xt.sec += sec; boost::thread::sleep(xt); #endif // _OSMESA ---- LDView-4.1/TRE/TREMainModel.cpp 2009-11-09 22:10:29.000000000 -0200 -+++ LDView-4.1_patched/TRE/TREMainModel.cpp 2013-11-20 20:39:50.523148711 -0200 -@@ -779,7 +779,7 @@ +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; |