diff options
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= |