Date: Tue, 30 Aug 2022 09:19:03 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 617d07848c7f - main - graphics/filament: fix BROKEN message Message-ID: <202208300919.27U9J33Z016457@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=617d07848c7ff57020757e30f81851828099c8b7 commit 617d07848c7ff57020757e30f81851828099c8b7 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-08-30 09:18:36 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-08-30 09:18:36 +0000 graphics/filament: fix BROKEN message --- graphics/filament/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/filament/Makefile b/graphics/filament/Makefile index 639b287365c2..350f556cdb00 100644 --- a/graphics/filament/Makefile +++ b/graphics/filament/Makefile @@ -9,7 +9,7 @@ COMMENT= Real-time physically based rendering engine LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= compilation breaks: register %r11 is only available in 64-bit mode +BROKEN_i386= compilation breaks: register r11 is only available in 64-bit mode 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?202208300919.27U9J33Z016457>