Skip to content

Commit

Permalink
graphics/filament: Broken on powerpc*
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Feb 4, 2024
1 parent 6cf3459 commit 08fb1ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graphics/filament/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 08fb1ab

Please sign in to comment.