Date: Sun, 4 Feb 2024 23:57:02 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: c37cf2dea043 - 2024Q1 - graphics/filament: Broken on powerpc* Message-ID: <202402042357.414Nv2gM086935@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c37cf2dea043062fa8278517006533b400efbc0a commit c37cf2dea043062fa8278517006533b400efbc0a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-02-04 23:56:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-02-04 23:56:56 +0000 graphics/filament: Broken on powerpc* Reported by: fallout (cherry picked from commit 08fb1abf61d459965c47c08744fe60bc5bcf509a) --- graphics/filament/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/filament/Makefile b/graphics/filament/Makefile index 32ab7078429b..f177a2c5a9cf 100644 --- a/graphics/filament/Makefile +++ b/graphics/filament/Makefile @@ -12,6 +12,9 @@ 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 +BROKEN_powerpc= compilation breaks: invalid register name, see https://github.com/google/filament/issues/7552 +BROKEN_powerpc64= compilation breaks: invalid register name, see https://github.com/google/filament/issues/7552 +BROKEN_powerpc64le= compilation breaks: invalid register name, see https://github.com/google/filament/issues/7552 BUILD_DEPENDS= bash:shells/bash \ evdev-proto>0:devel/evdev-proto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402042357.414Nv2gM086935>