]> git.pld-linux.org Git - packages/ctl.git/blame - ctl-openexr-update.patch
- added link patch (missing linking with -lImath)
[packages/ctl.git] / ctl-openexr-update.patch
CommitLineData
7957b550
JB
1--- CTL-ctl-1.5.2/lib/IlmCtlSimd/CtlSimdInst.cpp.orig 2014-06-03 03:11:24.000000000 +0200
2+++ CTL-ctl-1.5.2/lib/IlmCtlSimd/CtlSimdInst.cpp 2022-02-05 08:36:14.965330834 +0100
3@@ -189,7 +189,7 @@ SimdInst::executePath (SimdBoolMask &mas
4 REPLACE_EXC
5 (e, "\n" <<
6 xcontext.fileName() << ":" <<
7- inst->lineNumber() << ": " << e);
8+ inst->lineNumber() << ": " << e.message());
9
10 throw e;
11 }
This page took 0.112935 seconds and 4 git commands to generate.