Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2012 17:39:23 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305313 - head/cad/calculix
Message-ID:  <201210051739.q95HdNTA012216@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Oct  5 17:39:22 2012
New Revision: 305313
URL: http://svn.freebsd.org/changeset/ports/305313

Log:
  Replace USE_GCC=4.4+ by USE_GCC=4.6+, in preparation of some work
  linimon and me have discussed (and since lang/gcc44 is on the way
  out).
  
  Approved by:	maintainer

Modified:
  head/cad/calculix/Makefile

Modified: head/cad/calculix/Makefile
==============================================================================
--- head/cad/calculix/Makefile	Fri Oct  5 17:06:45 2012	(r305312)
+++ head/cad/calculix/Makefile	Fri Oct  5 17:39:22 2012	(r305313)
@@ -70,7 +70,7 @@ LAPACK_LIBS=		-llapack
 .endif
 
 USE_FORTRAN=	yes
-USE_GCC=	4.4+
+USE_GCC=	4.6+
 
 .if ${ARCH} == "sparc64"
 CFLAGS+=	-fPIC



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