summaryrefslogtreecommitdiff
path: root/extra/ilmbase/ilmbase-IexMath.patch
blob: c3bd58719e9aa32feba68ed3b89fe654cfb697c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- ilmbase-2.0.0.orig/IexMath/IexMathFpu.cpp	2013-03-06 18:18:50.000000000 -0500
+++ ilmbase-2.0.0/IexMath/IexMathFpu.cpp	2013-04-23 13:17:40.273193358 -0500
@@ -53,8 +53,7 @@
 #endif
 
 
-#ifdef HAVE_UCONTEXT_H
-
+#if defined(HAVE_UCONTEXT_H) && (defined(x86_64) || defined(i386_))
 
 #include <ucontext.h>
 #include <signal.h>