diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-24 17:49:30 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-24 17:49:30 +0000 |
commit | 737e8c96095bcee260134043bb09df0f022c0d90 (patch) | |
tree | dfd422ebf8487b195f07f73936ee3138115740d7 /graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp | |
parent | - fix typo (wrong distfile name in SIZE section) (diff) |
- Change license BSD to BSD3CLAUSE
- Add MAJORVER, VER
- Strip libraries
- Recreate patches with make makepatch
Diffstat (limited to 'graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp')
-rw-r--r-- | graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp b/graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp new file mode 100644 index 000000000000..dbe7a062b958 --- /dev/null +++ b/graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp @@ -0,0 +1,11 @@ +--- ./IexMath/IexMathFpu.cpp.orig 2013-06-18 21:51:38.000000000 +0200 ++++ ./IexMath/IexMathFpu.cpp 2014-01-29 13:16:44.000000000 +0100 +@@ -53,7 +53,7 @@ + #endif + + +-#ifdef HAVE_UCONTEXT_H ++#if defined(HAVE_UCONTEXT_H) && (defined(x86_64) || defined(i386_)) + + + #include <ucontext.h> |