blob: dbe7a062b9581fc28bbc876538cc6454e42d4b0b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./IexMath/IexMathFpu.cpp.orig 2013-06-18 21:51:38.000000000 +0200
+++ ./IexMath/IexMathFpu.cpp 2014-01-29 13:16:44.000000000 +0100
@@ -53,7 +53,7 @@
#endif
-#ifdef HAVE_UCONTEXT_H
+#if defined(HAVE_UCONTEXT_H) && (defined(x86_64) || defined(i386_))
#include <ucontext.h>
|