diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-02-01 22:47:58 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-02-01 22:47:58 +0000 |
commit | eef4583e76ac1e79324e47bf6e59e2947f741df2 (patch) | |
tree | d84afe9e8b5d4375126b402d69ae1dead074a8d1 /math | |
parent | - Add TEST_DEPENDS (diff) |
- Patch to enable build on i386.
Notes
Notes:
svn path=/head/; revision=290263
Diffstat (limited to 'math')
-rw-r--r-- | math/sage/files/spkg-patch-sympow-1.018.1.p9_-_src_fpu.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/sage/files/spkg-patch-sympow-1.018.1.p9_-_src_fpu.c b/math/sage/files/spkg-patch-sympow-1.018.1.p9_-_src_fpu.c new file mode 100644 index 000000000000..50223f543631 --- /dev/null +++ b/math/sage/files/spkg-patch-sympow-1.018.1.p9_-_src_fpu.c @@ -0,0 +1,11 @@ +--- sympow-1.018.1.p9/src/fpu.c-orig 2012-02-01 01:01:04.000000000 +0000 ++++ sympow-1.018.1.p9/src/fpu.c 2012-02-01 01:01:18.000000000 +0000 +@@ -1,8 +1,4 @@ + + void fpu_53bits() + { +-#ifdef x86 +-#include <fpu_control.h> +-fpu_control_t fpu_control=0x027f; _FPU_SETCW(fpu_control); +-#endif + } |