]> git.pld-linux.org Git - packages/ctl.git/blame - ctl-c++17.patch
- added openexr-update patch (fixes build with OpenEXR 2.3.x)
[packages/ctl.git] / ctl-c++17.patch
CommitLineData
7957b550
JB
1--- CTL-ctl-1.5.2/lib/dpx/dpx.hh.orig 2014-06-03 03:11:24.000000000 +0200
2+++ CTL-ctl-1.5.2/lib/dpx/dpx.hh 2022-02-05 09:54:00.923386506 +0100
3@@ -297,7 +297,7 @@ struct dpx {
4 compliance_e current_compliance;
5 endian_mode_e current_endian_mode;
6
7- std::istream::streampos header_start;
8+ std::streampos header_start;
9
10 public:
11 virtual ~dpx();
This page took 0.02522 seconds and 4 git commands to generate.