]> git.pld-linux.org Git - packages/gegl.git/blob - openexr3.patch
- fix build with OpenEXR 3, rel 5
[packages/gegl.git] / openexr3.patch
1 From 499a239d158fadb3a04499255b5b282a8a6023bb Mon Sep 17 00:00:00 2001
2 From: Antonio Rojas <arojas@archlinux.org>
3 Date: Sat, 24 Apr 2021 10:51:09 +0000
4 Subject: [PATCH] Fix build with OpenEXR 3
5
6 Add a header that is no longer transitively included
7 ---
8  operations/external/exr-save.cc | 1 +
9  1 file changed, 1 insertion(+)
10
11 diff --git a/operations/external/exr-save.cc b/operations/external/exr-save.cc
12 index 1e8c09d96..87abed511 100644
13 --- a/operations/external/exr-save.cc
14 +++ b/operations/external/exr-save.cc
15 @@ -45,6 +45,7 @@ extern "C" {
16  #include <ImfChromaticities.h>
17  #include <ImfStandardAttributes.h>
18  #include <ImfArray.h>
19 +#include <ImfFrameBuffer.h>
20  #include "ImathRandom.h"
21  
22  
23 -- 
24 GitLab
25
This page took 0.022668 seconds and 3 git commands to generate.