File fix-i586.patch of Package ilmbase
Index: ilmbase-1.0.3/IexMath/IexMathFpu.cpp =================================================================== --- ilmbase-1.0.3.orig/IexMath/IexMathFpu.cpp +++ ilmbase-1.0.3/IexMath/IexMathFpu.cpp @@ -264,7 +264,7 @@ const uint16_t cwRestoreVal = (0 << 10) #include <asm/sigcontext.h> -inline static void +inline void restoreControlRegs (const ucontext_t & ucon, bool clearExceptions) { setCw ((ucon.uc_mcontext.fpregs->cw & cwRestoreMask) | cwRestoreVal);