diff options
Diffstat (limited to 'math/mumps4')
-rw-r--r-- | math/mumps4/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/mumps4/Makefile b/math/mumps4/Makefile index 06f515678e6b..2d47b6ad3435 100644 --- a/math/mumps4/Makefile +++ b/math/mumps4/Makefile @@ -61,6 +61,11 @@ BLASLIB= -lblas #LAPACKLIB= -llapack .endif +.if ${GCC_DEFAULT} >= 10 +# workaround for Type mismatch in argument 's' at (1); passed INTEGER(4) to LOGICAL(4) +FCFLAGS+= -fallow-argument-mismatch +.endif + pre-configure: ${INSTALL_DATA} ${WRKSRC}/Make.inc/Makefile.inc.generic.SEQ \ ${WRKSRC}/Makefile.inc |