diff options
author | stephen <stephen@FreeBSD.org> | 2012-11-22 22:32:54 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-11-22 22:32:54 +0800 |
commit | 5f50037fa666c3d3e0f7600c87bf6626b6711d04 (patch) | |
tree | 2784f964a4edbf8ccc3b02b5057f5f20a6ae0c94 /math/sage | |
parent | f9452e082e6ef25035697e1b3f5f076987c113bb (diff) | |
download | freebsd-ports-gnome-5f50037fa666c3d3e0f7600c87bf6626b6711d04.tar.gz freebsd-ports-gnome-5f50037fa666c3d3e0f7600c87bf6626b6711d04.tar.zst freebsd-ports-gnome-5f50037fa666c3d3e0f7600c87bf6626b6711d04.zip |
- option_define -> option_define_amd64
Feature safe: yes
Submitted by: bapt@ (private email).
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index e4f68de4c3f9..27e3f54424ba 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas \ # 387 option: this only makes a difference for the amd64 architecture. Causes # the internal floating point calculations to be performed with extended # precision. -OPTIONS_DEFINE= 387 -387_DESC= Use 387 instead of SSE FPU +OPTIONS_DEFINE_amd64= 387 +387_DESC= Use 387 instead of SSE FPU .include <bsd.port.options.mk> |