void-packages/srcpkgs/ilmbase/patches/arm.patch
2014-08-26 17:54:37 +02:00

11 lines
283 B
Diff

--- 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>