Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 02:27:56 +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: r319633 - head/math/sage
Message-ID:  <201306020227.r522Rv8W015872@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun Jun  2 02:27:56 2013
New Revision: 319633
URL: http://svnweb.freebsd.org/changeset/ports/319633

Log:
  - Put in use_gcc=4.6+.  (It is not obvious that use_fortran=yes will imply
    gcc=4.6 or later under all conditions.)

Modified:
  head/math/sage/Makefile

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Sun Jun  2 02:20:51 2013	(r319632)
+++ head/math/sage/Makefile	Sun Jun  2 02:27:56 2013	(r319633)
@@ -30,6 +30,7 @@ OPTIONS_DEFINE_amd64=	387
 
 PLIST_FILES=	bin/sage
 USE_FORTRAN=	yes
+USE_GCC=	4.6+
 USE_TK=		yes
 USE_GMAKE=	yes
 USE_TEX=	latex:build



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