diff --git a/gegl04-openexr.patch b/gegl04-openexr.patch new file mode 100644 index 0000000..0b34f79 --- /dev/null +++ b/gegl04-openexr.patch @@ -0,0 +1,12 @@ +Index: gegl-0.4.30/operations/external/exr-save.cc +=================================================================== +--- gegl-0.4.30.orig/operations/external/exr-save.cc ++++ gegl-0.4.30/operations/external/exr-save.cc +@@ -39,6 +39,7 @@ extern "C" { + } /* extern "C" */ + + #include ++#include + #include + #include + #include diff --git a/gegl04.spec b/gegl04.spec index 724f99c..aced63d 100644 --- a/gegl04.spec +++ b/gegl04.spec @@ -11,6 +11,8 @@ License: LGPLv3+ URL: http://www.gegl.org/ Source0: http://download.gimp.org/pub/gegl/%{apiver}/gegl-%{version}.tar.xz +Patch0: gegl04-openexr.patch + BuildRequires: chrpath BuildRequires: enscript BuildRequires: gcc-c++