diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-02-04 23:56:12 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-02-04 23:56:12 +0000 |
commit | 08fb1abf61d459965c47c08744fe60bc5bcf509a (patch) | |
tree | 8b7049ac71acd367fee556ab5a932d252057b9cc /graphics | |
parent | 6cf3459260f52eea2fb58eb18d00546a051cc1e3 (diff) | |
download | ports-08fb1abf61d459965c47c08744fe60bc5bcf509a.tar.gz ports-08fb1abf61d459965c47c08744fe60bc5bcf509a.zip |
graphics/filament: Broken on powerpc*
Reported by: fallout
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/filament/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/filament/Makefile b/graphics/filament/Makefile index 394aea7a3536..546ac6275f0d 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 |