diff options
Diffstat (limited to 'games/trigger-rally/Makefile')
-rw-r--r-- | games/trigger-rally/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/trigger-rally/Makefile b/games/trigger-rally/Makefile index 61431082498a..026fb67499ea 100644 --- a/games/trigger-rally/Makefile +++ b/games/trigger-rally/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS+= libalut.so:audio/freealut BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native +BROKEN_powerpc64= fails to compile: error: the clang compiler does not support -march=native WRKSRC_SUBDIR= src USES= gmake openal:al,alut |