math/slatec: Unbreak build with GCC 10

Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
cpzero.f:90:43:

   76 |       CALL CPEVL(N,N,A,TEMP,T,T,.FALSE.)
      |                            2
......
   90 |          CALL CPEVL(N,0,T(N1),CMPLX(X,0.0),PN,PN,.FALSE.)
      |                                           1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
cpzero.f:105:37:

   76 |       CALL CPEVL(N,N,A,TEMP,T,T,.FALSE.)
      |                            2
......
  105 |                CALL CPEVL(N,0,A,R(I),PN,TEMP,.TRUE.)
      |                                     1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/slatec-4.1_12.log

PR:		246700
This commit is contained in:
Tobias Kortkamp 2020-07-04 12:04:51 +00:00
parent 6b109cb4b8
commit d9bb6d97fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541202

View file

@ -29,6 +29,7 @@ LDADD ?= -lgfortran -lm
SRCCONF= /dev/null
MAKE_ENV+= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \
SRCCONF="${SRCCONF}"
FFLAGS+= -std=legacy
OPTIONS_DEFINE= DOCS PROFILE