summaryrefslogtreecommitdiff
path: root/graphics/ilmbase/patches/patch-Imath_ImathMatrixAlgo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ilmbase/patches/patch-Imath_ImathMatrixAlgo.cpp')
-rw-r--r--graphics/ilmbase/patches/patch-Imath_ImathMatrixAlgo.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/ilmbase/patches/patch-Imath_ImathMatrixAlgo.cpp b/graphics/ilmbase/patches/patch-Imath_ImathMatrixAlgo.cpp
deleted file mode 100644
index b6088a8f247..00000000000
--- a/graphics/ilmbase/patches/patch-Imath_ImathMatrixAlgo.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-Imath_ImathMatrixAlgo.cpp,v 1.1 2013/12/26 15:59:27 tron Exp $
-
-Fix build with SunStudio compiler under Solaris.
-
---- Imath/ImathMatrixAlgo.cpp.orig 2013-06-18 20:51:38.000000000 +0100
-+++ Imath/ImathMatrixAlgo.cpp 2013-12-26 15:22:33.000000000 +0000
-@@ -44,6 +44,7 @@
-
- #include "ImathMatrixAlgo.h"
- #include <cmath>
-+#include <algorithm>
-
- #if defined(OPENEXR_DLL)
- #define EXPORT_CONST __declspec(dllexport)