From 5f78aa1cd8a967965db04557a18d81c90cd84b4d Mon Sep 17 00:00:00 2001 From: stephen Date: Sun, 2 Jun 2013 02:27:56 +0000 Subject: - Put in use_gcc=4.6+. (It is not obvious that use_fortran=yes will imply gcc=4.6 or later under all conditions.) --- math/sage/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math') diff --git a/math/sage/Makefile b/math/sage/Makefile index f3d066fe7308..200dd3ab110b 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -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 -- cgit