1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

graphics/xd3d: Unbreak build with GCC 10

gspopup.f:324:23:

  324 |       call x11facette2(ixzone,iyzone,ilar,ihau)
      |                       1
......
  596 |         call x11facette2(ixbrow,iybrow,ilarbrow,ihaubrow)
      |                         2
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
gspopup.f:187:45:

  187 |      &                ,chainesav,longq,longc,lfichiers,idir,inum,0
      |                                             1
Error: Rank mismatch in argument 'lfichiers' at (1) (rank-1 and scalar)
gspopup.f:306:45:

  306 |      &                ,chainesav,longq,longc,lfichiers,idir,inum,0
      |                                             1
Error: Rank mismatch in argument 'lfichiers' at (1) (rank-1 and scalar)
gspopup.f:561:61:

  561 |      &                  ,fichiers,longq,longc,lfichiers,idir,inum
      |                                                             1
Error: Rank mismatch in argument 'inum' at (1) (rank-1 and scalar)

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/xd3d-8.3.1_18.log

PR:		246700
This commit is contained in:
Tobias Kortkamp 2020-07-04 12:25:10 +00:00
parent 8a4745698d
commit 08e6353968
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541206

View File

@ -43,7 +43,7 @@ FETCH_BEFORE_ARGS= -R -o ${DISTDIR}/${DISTFILES}
USES= fortran xorg
USE_XORG= x11 xpm
FFLAGS+= -O
FFLAGS+= -O -std=legacy
MEMORY_XD3D?= 64
.if defined(LANG) && ${LANG:Mfr*} != ""