Date: Fri, 30 Sep 2022 06:51:38 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5e55860f7605 - main - graphics/filament: Broken on armv7 Message-ID: <202209300651.28U6pcL0059540@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e55860f76054d112d6c49d6cf9bf231d79db43a commit 5e55860f76054d112d6c49d6cf9bf231d79db43a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-09-30 06:31:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-09-30 06:51:36 +0000 graphics/filament: Broken on armv7 Reported by: fallout --- graphics/filament/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/filament/Makefile b/graphics/filament/Makefile index a78e8dbbdef6..6e1580de935c 100644 --- a/graphics/filament/Makefile +++ b/graphics/filament/Makefile @@ -10,6 +10,7 @@ WWW= https://google.github.io/filament/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= compilation breaks: unexpected token in operand, see https://github.com/google/filament/issues/6131 BROKEN_i386= compilation breaks: register r11 is only available in 64-bit mode BUILD_DEPENDS= bash:shells/bash \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209300651.28U6pcL0059540>