summaryrefslogtreecommitdiffstats
path: root/source/l/ilmbase/ilmbase.secondary.diff
blob: d358fbb4ce92efecd884d90c6874dfdf1095b25a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -up ilmbase-1.0.3/IexMath/IexMathFpu.cpp.secondary ilmbase-1.0.3/IexMath/IexMathFpu.cpp
--- ilmbase-1.0.3/IexMath/IexMathFpu.cpp.secondary	2012-09-04 10:26:55.000000000 +0200
+++ ilmbase-1.0.3/IexMath/IexMathFpu.cpp	2012-09-04 10:27:20.000000000 +0200
@@ -27,7 +27,7 @@
 #endif
 
 
-#ifdef HAVE_UCONTEXT_H
+#if defined(HAVE_UCONTEXT_H) && (defined(__x86_64__) || defined(__i386__))
 
 
 #include <ucontext.h>