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