summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-04-07 12:31:34 +0200
committerPacho Ramos <pacho@gentoo.org>2019-04-07 12:31:50 +0200
commitf5897ec5bfe99fb0f29ec7a021771e0c0d2c4b68 (patch)
tree5ef42cc7f8ba5e93040c9a28103918d4c55dc53e /media-libs/ctl/files
parentdev-python/psutil: amd64 stable wrt bug #680858 (diff)
downloadgentoo-f5897ec5bfe99fb0f29ec7a021771e0c0d2c4b68.tar.gz
gentoo-f5897ec5bfe99fb0f29ec7a021771e0c0d2c4b68.tar.bz2
gentoo-f5897ec5bfe99fb0f29ec7a021771e0c0d2c4b68.zip
media-libs/ctl: Fix compat with newer openexr
Closes: https://bugs.gentoo.org/668454 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-libs/ctl/files')
-rw-r--r--media-libs/ctl/files/ctl-1.5.2-openexr-2.3.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/ctl/files/ctl-1.5.2-openexr-2.3.patch b/media-libs/ctl/files/ctl-1.5.2-openexr-2.3.patch
new file mode 100644
index 000000000000..ac4ceb3e5487
--- /dev/null
+++ b/media-libs/ctl/files/ctl-1.5.2-openexr-2.3.patch
@@ -0,0 +1,13 @@
+Index: CTL-ctl-1.5.2/lib/IlmCtlSimd/CtlSimdInst.cpp
+===================================================================
+--- CTL-ctl-1.5.2.orig/lib/IlmCtlSimd/CtlSimdInst.cpp
++++ CTL-ctl-1.5.2/lib/IlmCtlSimd/CtlSimdInst.cpp
+@@ -189,7 +189,7 @@ SimdInst::executePath (SimdBoolMask &mas
+ REPLACE_EXC
+ (e, "\n" <<
+ xcontext.fileName() << ":" <<
+- inst->lineNumber() << ": " << e);
++ inst->lineNumber() << ": " << e.what());
+
+ throw e;
+ }