ilmbase-IexMath.patch 302 B

12345678910111213
  1. --- IexMath/IexMathFpu.cpp.orig 2012-07-26 20:51:55.000000000 +0200
  2. +++ IexMath/IexMathFpu.cpp 2012-10-04 15:30:47.000000000 +0200
  3. @@ -27,8 +27,7 @@
  4. #endif
  5. -#ifdef HAVE_UCONTEXT_H
  6. -
  7. +#if defined(HAVE_UCONTEXT_H) && (defined(x86_64) || defined(i386_))
  8. #include <ucontext.h>
  9. #include <signal.h>