From 20c1e8f4216e7e5f5289741fad2cf3b299f757e8 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 8 Jul 2017 13:10:42 +0000 Subject: MFH: r445324 Forbid on i386 With hat: portmgr --- lang/mlton/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile index 4cf4bcc12f20..fc0550070cb7 100644 --- a/lang/mlton/Makefile +++ b/lang/mlton/Makefile @@ -37,6 +37,10 @@ USE_GCC= any .include +.if ${ARCH} == i386 +FORBIDDEN= mlton-compile loops infinitely and is unkillable +.endif + .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= gsed:textproc/gsed \ htmldoc:textproc/htmldoc -- cgit v1.2.3