void-packages/srcpkgs/ilmbase/patches/arm.patch

12 lines
283 B
Diff
Raw Normal View History

--- IexMath/IexMathFpu.cpp 2013-03-06 16:18:50.000000000 -0700
+++ 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>