Date: Fri, 23 Nov 2012 16:07:13 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307684 - head/math/sage Message-ID: <201211231607.qANG7D1b047145@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211231607.qANG7D1b047145>