Blame SOURCES/ilmbase-1.0.3-secondary.patch

990902
diff -up ilmbase-1.0.3/IexMath/IexMathFpu.cpp.secondary ilmbase-1.0.3/IexMath/IexMathFpu.cpp
990902
--- ilmbase-1.0.3/IexMath/IexMathFpu.cpp.secondary	2012-09-04 10:26:55.000000000 +0200
990902
+++ ilmbase-1.0.3/IexMath/IexMathFpu.cpp	2012-09-04 10:27:20.000000000 +0200
990902
@@ -27,7 +27,7 @@
990902
 #endif
990902
 
990902
 
990902
-#ifdef HAVE_UCONTEXT_H
990902
+#if defined(HAVE_UCONTEXT_H) && (defined(__x86_64__) || defined(__i386__))
990902
 
990902
 
990902
 #include <ucontext.h>