git: 161eb86ed19c - main - misc/mxnet: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 20 Jan 2022 05:10:31 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=161eb86ed19c7f2b2aec7ef43bb321dcc91325a2

commit 161eb86ed19c7f2b2aec7ef43bb321dcc91325a2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-01-20 05:08:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-01-20 05:10:29 +0000

    misc/mxnet: Broken on i386
    
    Reported by:    fallout
---
 misc/mxnet/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/mxnet/Makefile b/misc/mxnet/Makefile
index 77a6e1394510..3a15a1215230 100644
--- a/misc/mxnet/Makefile
+++ b/misc/mxnet/Makefile
@@ -7,6 +7,8 @@ COMMENT=	Apache MXNet: Ultra-scalable deep learning framework
 
 LICENSE=	APACHE20
 
+BROKEN_i386=	https://github.com/apache/incubator-mxnet/issues/20832
+
 BUILD_DEPENDS=	googletest>0:devel/googletest
 LIB_DEPENDS=	libdmlc.so:devel/dmlc-core \
 		liblapack.so:math/lapack \