1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

misc/gpsim: Broken with clang9/i386 combination

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2019-12-28 19:26:38 +00:00
parent ee2a01e176
commit 1983dd2d07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521235

View File

@ -59,4 +59,10 @@ post-install-EXAMPLES-on:
${STAGEDIR}${EXAMPLESDIR}/projects/${i})
.endfor
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 90
BROKEN= Clang crashes https://bugs.llvm.org/show_bug.cgi?id=44396
.endif
.include <bsd.port.post.mk>