diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-20 21:30:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-20 21:30:25 +0000 |
commit | 31672d29c158178d5bb006ab4609612d8a330975 (patch) | |
tree | 7de9ed873ad050156f78ac77dc788c4524600cfe /games/supertuxkart | |
parent | 10007ec1c77f6f0d0d8e3cce25fe6654c9ef28d9 (diff) |
Notes
Diffstat (limited to 'games/supertuxkart')
-rw-r--r-- | games/supertuxkart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index 237721a610e6..2bf7171ab23f 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 -BROKEN_aarch64= fails to build: invokes x86 asm +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= fails to build: invokes x86 asm USES= alias cmake compiler:c++11-lib dos2unix gettext \ gmake jpeg openal:al pkgconfig tar:xz |