svn commit: r521235 - head/misc/gpsim

Yuri Victorovich yuri at FreeBSD.org
Sat Dec 28 19:26:38 UTC 2019


Author: yuri
Date: Sat Dec 28 19:26:38 2019
New Revision: 521235
URL: https://svnweb.freebsd.org/changeset/ports/521235

Log:
  misc/gpsim: Broken with clang9/i386 combination
  
  Reported by:	fallout

Modified:
  head/misc/gpsim/Makefile

Modified: head/misc/gpsim/Makefile
==============================================================================
--- head/misc/gpsim/Makefile	Sat Dec 28 18:47:51 2019	(r521234)
+++ head/misc/gpsim/Makefile	Sat Dec 28 19:26:38 2019	(r521235)
@@ -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>


More information about the svn-ports-all mailing list