mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Replace literal gfortran42 with , fix build
This commit is contained in:
parent
873942f4c9
commit
0d95a97528
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225965
@ -146,8 +146,8 @@ HOME_MPI= ${LOCALBASE}/mpich2
|
||||
.endif
|
||||
|
||||
USE_FORTRAN= yes
|
||||
FORTRANLIBDIR= `${DIRNAME} \`gfortran42 -print-libgcc-file-name\``
|
||||
FORTRANLIBDIR2= `${DIRNAME} \`gfortran42 -print-libgcc-file-name\``/../../../
|
||||
FORTRANLIBDIR= `${DIRNAME} \`${FC} -print-libgcc-file-name\``
|
||||
FORTRANLIBDIR2= `${DIRNAME} \`${FC} -print-libgcc-file-name\``/../../../
|
||||
|
||||
TK_VER?= 8.4
|
||||
SHORT_TK_VER= ${TK_VER:S/.//}
|
||||
|
Loading…
Reference in New Issue
Block a user