1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Mark BROKEN on i386 and GCC 10:

Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).

Per the maintainer, this is probably an error in GCC 10's i386 Fortran
frontend.  But, this should not hold up our update to GCC 10 as ports
default.

PR:		246700 (partial)
Approved by:	maintainer
This commit is contained in:
Mark Linimon 2020-11-17 21:37:49 +00:00
parent 3903033aad
commit 4d0d02dccb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555588

View File

@ -28,9 +28,15 @@ EXAMPLES_MAKE_ARGS= INSTALL_EXAMPLES=yes
PORTEXAMPLES= *
.include <bsd.port.pre.mk>
.if ${ARCH} == i386 && ${GCC_DEFAULT} >= 10
BROKEN= f951: internal compiler error: Segmentation fault
.endif
post-patch:
@${LN} -s ${WRKSRC}/config/generic.serial.freebsd.mk ${WRKSRC}/arch.mk
@${LN} -s ${WRKSRC}/flavor_real.mk ${WRKSRC}/flavor.mk
@${FIND} ${WRKSRC} -name "script*" -o -name "*.scr" | ${XARGS} ${REINPLACE_CMD} -i '' 's|#! */bin/bash.*|#!/bin/sh|'
.include <bsd.port.mk>
.include <bsd.port.post.mk>