diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-08-01 19:47:55 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-08-01 20:01:27 -0700 |
commit | 7c6548acc9b49cf8ab0b25dda35863c08c76ef7b (patch) | |
tree | 6ea6cabd82c9401cabd79ffdc30065357eb83c43 | |
parent | sysutils/fusefs-pod: Prepare for glib 2.68.3 (diff) |
graphics/fyre: Prepare for glib 2.68.3
PR: 256200
-rw-r--r-- | graphics/fyre/files/patch-src_exr.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/fyre/files/patch-src_exr.cpp b/graphics/fyre/files/patch-src_exr.cpp new file mode 100644 index 000000000000..c795d4cd1ced --- /dev/null +++ b/graphics/fyre/files/patch-src_exr.cpp @@ -0,0 +1,13 @@ +--- src/exr.cpp.orig 2021-08-02 02:30:54 UTC ++++ src/exr.cpp +@@ -22,10 +22,8 @@ + * + */ + +-extern "C" { + #include "histogram-imager.h" + #include "config.h" +-} + + #include <ImfRgbaFile.h> + using namespace Imf; |