1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Add a work-around for gfortran10.

PR:		246700
This commit is contained in:
Thierry Thomas 2020-11-28 09:42:46 +00:00
parent c19127ba6e
commit c6e6747670
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556481

View File

@ -47,6 +47,10 @@ MAKE_JOBS_UNSAFE=yes
PKGNAMESUFFIX+= -mpich
.endif
.if ${FORTRAN_DEFAULT} == gfortran && ${GCC_DEFAULT} >= 10
FCFLAGS+= -fallow-argument-mismatch
.endif
post-patch-MPI-on:
${INSTALL_DATA} ${WRKSRC}/Make.inc/Makefile.FREEBSD10.PAR \
${WRKSRC}/Makefile.inc