svn commit: r307684 - head/math/sage
Stephen Montgomery-Smith
stephen at FreeBSD.org
Fri Nov 23 16:07:14 UTC 2012
Author: stephen
Date: Fri Nov 23 16:07:13 2012
New Revision: 307684
URL: http://svnweb.freebsd.org/changeset/ports/307684
Log:
- Remove redundant check for arch=amd64.
Feature safe: yes
Modified:
head/math/sage/Makefile
Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile Fri Nov 23 16:04:19 2012 (r307683)
+++ head/math/sage/Makefile Fri Nov 23 16:07:13 2012 (r307684)
@@ -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=
More information about the svn-ports-head
mailing list