aboutsummaryrefslogtreecommitdiff
path: root/graphics/xd3d
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-07-04 12:25:10 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-07-04 12:25:10 +0000
commit08e6353968626fb6dc6ad177bec4a334103ae7f9 (patch)
treef204b12946cd65b00fd75fbaaa1e9e6ba53c09e1 /graphics/xd3d
parent8a4745698d10791d4f906092375859f2b77469bd (diff)
downloadports-08e6353968626fb6dc6ad177bec4a334103ae7f9.tar.gz
ports-08e6353968626fb6dc6ad177bec4a334103ae7f9.zip
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
Notes
Notes: svn path=/head/; revision=541206
Diffstat (limited to 'graphics/xd3d')
-rw-r--r--graphics/xd3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile
index 417b00a94e3e..fba461b85dcb 100644
--- a/graphics/xd3d/Makefile
+++ b/graphics/xd3d/Makefile
@@ -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*} != ""