summaryrefslogtreecommitdiffstats
path: root/abs/core/ilmbase/tests-compile-fixes.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 02:41:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 02:41:54 (GMT)
commit69eb0f64b31595cc2859ba2db3e2e555a24afba6 (patch)
tree6b20f817db8a9464a1f6d5e44ac686d6393601d4 /abs/core/ilmbase/tests-compile-fixes.patch
parentf7821feafe58f904fbf83c2f86710ede24641495 (diff)
downloadlinhes_pkgbuild-69eb0f64b31595cc2859ba2db3e2e555a24afba6.zip
linhes_pkgbuild-69eb0f64b31595cc2859ba2db3e2e555a24afba6.tar.gz
linhes_pkgbuild-69eb0f64b31595cc2859ba2db3e2e555a24afba6.tar.bz2
ilmbase 1.0.2
Diffstat (limited to 'abs/core/ilmbase/tests-compile-fixes.patch')
-rw-r--r--abs/core/ilmbase/tests-compile-fixes.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/ilmbase/tests-compile-fixes.patch b/abs/core/ilmbase/tests-compile-fixes.patch
new file mode 100644
index 0000000..27dc24a
--- /dev/null
+++ b/abs/core/ilmbase/tests-compile-fixes.patch
@@ -0,0 +1,12 @@
+diff -ur ilmbase-1.0.2/Imath/ImathMatrix.h ilmbase-1.0.2.new/Imath/ImathMatrix.h
+--- ilmbase-1.0.2/Imath/ImathMatrix.h 2010-07-17 00:48:40.000000000 +0200
++++ ilmbase-1.0.2.new/Imath/ImathMatrix.h 2011-04-25 10:15:21.121608420 +0200
+@@ -49,6 +49,8 @@
+ #include "ImathVec.h"
+ #include "ImathShear.h"
+
++#include <cstdlib>
++#include <cstring>
+ #include <iostream>
+ #include <iomanip>
+