git: 354f3cc4e51d - main - misc/tvm: Broken on error: armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 28 May 2024 00:46:48 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=354f3cc4e51dbeb842d9dfa5f2163c1d1437bb3d

commit 354f3cc4e51dbeb842d9dfa5f2163c1d1437bb3d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-28 00:46:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-28 00:46:45 +0000

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

diff --git a/misc/tvm/Makefile b/misc/tvm/Makefile
index 4291da43a3c9..7a652f43d55e 100644
--- a/misc/tvm/Makefile
+++ b/misc/tvm/Makefile
@@ -10,6 +10,8 @@ WWW=		https://tvm.ai/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	comilation fails: error: expected identifier before '__is_convertible'
+
 BUILD_DEPENDS=	dmlc-core>0:devel/dmlc-core \
 		rang>0:devel/rang
 TEST_DEPENDS=	googletest>0:devel/googletest