diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-11-23 16:07:13 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-11-23 16:07:13 +0000 |
commit | 0ead1dc0ce131979700d43c7677de4d5a5c10b7c (patch) | |
tree | aa76539badb7fadaf805d5f2c69223245d33a16e /math/sage | |
parent | eb758fbc2d2f755c65d25e398676972c9c716bfa (diff) | |
download | ports-0ead1dc0ce131979700d43c7677de4d5a5c10b7c.tar.gz ports-0ead1dc0ce131979700d43c7677de4d5a5c10b7c.zip |
Notes
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index 27e3f54424ba..4d6bca63db03 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -159,7 +159,7 @@ post-install: BROKEN= POSIX semaphores are required, and the support only works in FreeBSD 7-STABLE and later .endif -.if ${PORT_OPTIONS:M387} && ${ARCH} == amd64 +.if ${PORT_OPTIONS:M387} FPM_FLAG= -mfpmath=387 .else FPM_FLAG= |