From owner-svn-ports-all@FreeBSD.ORG Thu Nov 22 14:32:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A252555F; Thu, 22 Nov 2012 14:32:54 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 877E78FC16; Thu, 22 Nov 2012 14:32:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAMEWshX098921; Thu, 22 Nov 2012 14:32:54 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAMEWsTH098920; Thu, 22 Nov 2012 14:32:54 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201211221432.qAMEWsTH098920@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Thu, 22 Nov 2012 14:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307652 - head/math/sage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2012 14:32:54 -0000 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