aboutsummaryrefslogtreecommitdiff
path: root/ports/openexr/add-missing-export.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/openexr/add-missing-export.patch')
-rw-r--r--ports/openexr/add-missing-export.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/openexr/add-missing-export.patch b/ports/openexr/add-missing-export.patch
new file mode 100644
index 000000000..c78842d18
--- /dev/null
+++ b/ports/openexr/add-missing-export.patch
@@ -0,0 +1,13 @@
+diff --git a/IlmImf/ImfHeader.h b/IlmImf/ImfHeader.h
+index 756a62e..dd71e0e 100644
+--- a/IlmImf/ImfHeader.h
++++ b/IlmImf/ImfHeader.h
+@@ -493,7 +493,7 @@ class Header::ConstIterator
+ //
+ //------------------------------------------------------------------------
+
+-void staticInitialize ();
++IMF_EXPORT void staticInitialize ();
+
+
+ //-----------------