summaryrefslogtreecommitdiffstats
path: root/graphics-libs/ilmbase/gcc45.patch
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/ilmbase/gcc45.patch')
-rw-r--r--graphics-libs/ilmbase/gcc45.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics-libs/ilmbase/gcc45.patch b/graphics-libs/ilmbase/gcc45.patch
deleted file mode 100644
index 826a9d45f9..0000000000
--- a/graphics-libs/ilmbase/gcc45.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 63e3627213e6d7a352210f76c0004fb88d5e19e0 Mon Sep 17 00:00:00 2001
-From: Nicolas Chauvet <kwizart@gmail.com>
-Date: Mon, 18 Jun 2012 23:35:33 +0200
-Subject: [PATCH] Fix build with gcc-4.5
-
----
- IlmBase/Imath/ImathMatrix.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/IlmBase/Imath/ImathMatrix.h b/IlmBase/Imath/ImathMatrix.h
-index 5887412..bbf8cd1 100644
---- a/IlmBase/Imath/ImathMatrix.h
-+++ b/IlmBase/Imath/ImathMatrix.h
-@@ -49,6 +49,7 @@
- #include "ImathVec.h"
- #include "ImathShear.h"
-
-+#include <cstring>
- #include <iostream>
- #include <iomanip>
- #include <string.h>
---
-1.7.10
-