Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2012 14:32:54 +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: r307652 - head/math/sage
Message-ID:  <201211221432.qAMEWsTH098920@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Thu Nov 22 14:32:54 2012
New Revision: 307652
URL: http://svnweb.freebsd.org/changeset/ports/307652

Log:
  - option_define -> option_define_amd64
  
  Feature safe:	yes
  Submitted by:	bapt@ (private email).

Modified:
  head/math/sage/Makefile

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Thu Nov 22 12:53:44 2012	(r307651)
+++ head/math/sage/Makefile	Thu Nov 22 14:32:54 2012	(r307652)
@@ -21,8 +21,8 @@ LIB_DEPENDS=	atlas:${PORTSDIR}/math/atla
 # 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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211221432.qAMEWsTH098920>