summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2012-10-05 17:39:22 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2012-10-05 17:39:22 +0000
commit35441230a37ffd7700ea0169b346f3d50e970806 (patch)
treead04cd1dd0d0f888891480dacb8f4c3d29f6fa51 /cad
parent- Update to 1.0.3 (diff)
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
Notes
Notes: svn path=/head/; revision=305313
Diffstat (limited to 'cad')
-rw-r--r--cad/calculix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile
index 1f38787cfdf1..475b46580c42 100644
--- a/cad/calculix/Makefile
+++ b/cad/calculix/Makefile
@@ -70,7 +70,7 @@ LAPACK_LIBS= -llapack
.endif
USE_FORTRAN= yes
-USE_GCC= 4.4+
+USE_GCC= 4.6+
.if ${ARCH} == "sparc64"
CFLAGS+= -fPIC