1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

math/cmlib: Unbreak build with GCC 10

dbocls.f:185:19:

   62 |      * 2,LMDW,MCON+MOUT, 0,RDUM,RDUM)
      |                           2
......
  185 |      * 1,J,IDUM, 2,BL(J),BU(J))
      |                   1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/REAL(4)).
dbocls.f:371:18:

   62 |      * 2,LMDW,MCON+MOUT, 0,RDUM,RDUM)
      |                           2
......
  371 |      * 1,J,IDUM,1,RW(J),RDUM)
      |                  1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/REAL(4)).
dbocls.f:423:19:

   62 |      * 2,LMDW,MCON+MOUT, 0,RDUM,RDUM)
      |                           2
......
  423 |      * 1,JP,IDUM,0,IDUM,IDUM)
      |                   1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/cmlib-3.0_8.log

PR:		246700
This commit is contained in:
Tobias Kortkamp 2020-07-04 11:29:28 +00:00
parent 3b36e3f40e
commit 812251d9df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541196

View File

@ -24,6 +24,7 @@ LDADD ?= -lgfortran -lm
SRCCONF= /dev/null
MAKE_ENV= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \
SRCCONF="${SRCCONF}"
FFLAGS+= -std=legacy
NO_WRKSUBDIR= yes