From 383dee3a59fb23e73e7f63d15f329d2c54bb9f59 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Mon, 14 Dec 2020 11:13:59 -0700 Subject: [PATCH] ferdnyc patch for OpenEXR with gcc 11 --- .../thirdparty/src/openexr-2.4.1.patch1 | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cinelerra-5.1/thirdparty/src/openexr-2.4.1.patch1 diff --git a/cinelerra-5.1/thirdparty/src/openexr-2.4.1.patch1 b/cinelerra-5.1/thirdparty/src/openexr-2.4.1.patch1 new file mode 100644 index 00000000..4f2cc650 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/openexr-2.4.1.patch1 @@ -0,0 +1,24 @@ +From d891cfb0a2b8f6b48a9ede1a48aab022309100ed Mon Sep 17 00:00:00 2001 +From: "FeRD (Frank Dana)" +Date: Mon, 14 Dec 2020 02:04:23 -0500 +Subject: [PATCH] Include limits for std::numeric_limits + +--- + OpenEXR/IlmImf/ImfTiledMisc.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/OpenEXR/IlmImf/ImfTiledMisc.cpp b/OpenEXR/IlmImf/ImfTiledMisc.cpp +index 8552ada..bd865a1 100644 +--- a/OpenEXR/IlmImf/ImfTiledMisc.cpp ++++ b/OpenEXR/IlmImf/ImfTiledMisc.cpp +@@ -45,6 +45,7 @@ + #include + #include + #include ++#include + + #include "ImfNamespace.h" + +-- +2.29.2 + -- 2.26.2