mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
347 B
Diff
12 lines
347 B
Diff
diff -urN a/IexMath/IexMathFpu.cpp b/IexMath/IexMathFpu.cpp
|
|
--- a/IexMath/IexMathFpu.cpp 2013-03-06 16:18:50.000000000 -0700
|
|
+++ b/IexMath/IexMathFpu.cpp 2013-04-20 19:45:33.400749953 -0600
|
|
@@ -53,7 +53,7 @@
|
|
#endif
|
|
|
|
|
|
-#ifdef HAVE_UCONTEXT_H
|
|
+#if defined(HAVE_UCONTEXT_H) && (defined(__x86_64__) || defined(__i386__))
|
|
|
|
|
|
#include <ucontext.h>
|