aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-08-02 02:47:55 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-08-02 03:01:27 +0000
commit7c6548acc9b49cf8ab0b25dda35863c08c76ef7b (patch)
tree6ea6cabd82c9401cabd79ffdc30065357eb83c43
parent12102f1679946fe354d91b5da10f708899d3682b (diff)
downloadports-7c6548acc9b49cf8ab0b25dda35863c08c76ef7b.tar.gz
ports-7c6548acc9b49cf8ab0b25dda35863c08c76ef7b.zip
graphics/fyre: Prepare for glib 2.68.3
PR: 256200
-rw-r--r--graphics/fyre/files/patch-src_exr.cpp13
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;