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
This commit is contained in:
parent
44c6e781ef
commit
35441230a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305313
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ LAPACK_LIBS= -llapack
|
|||
.endif
|
||||
|
||||
USE_FORTRAN= yes
|
||||
USE_GCC= 4.4+
|
||||
USE_GCC= 4.6+
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
CFLAGS+= -fPIC
|
||||
|
|
Loading…
Reference in a new issue