svn commit: r305313 - head/cad/calculix
Gerald Pfeifer
gerald at FreeBSD.org
Fri Oct 5 17:39:23 UTC 2012
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
More information about the svn-ports-head
mailing list