diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-09 03:29:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-09 03:29:56 +0800 |
commit | 87a7b35e945e862f9776dd576475d8dec4da8d7d (patch) | |
tree | f77d62ca66840ca8e1e6d01a24391ded26f3d643 /games | |
parent | 276c66db71cbcfd5b51eaa21684100bb94103395 (diff) | |
download | freebsd-ports-gnome-87a7b35e945e862f9776dd576475d8dec4da8d7d.tar.gz freebsd-ports-gnome-87a7b35e945e862f9776dd576475d8dec4da8d7d.tar.zst freebsd-ports-gnome-87a7b35e945e862f9776dd576475d8dec4da8d7d.zip |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
Diffstat (limited to 'games')
-rw-r--r-- | games/legesmotus/Makefile | 2 | ||||
-rw-r--r-- | games/stockfish/Makefile | 2 | ||||
-rw-r--r-- | games/supertuxkart/Makefile | 2 | ||||
-rw-r--r-- | games/tome4/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/legesmotus/Makefile b/games/legesmotus/Makefile index 72855a4f1145..feb4f9fb937c 100644 --- a/games/legesmotus/Makefile +++ b/games/legesmotus/Makefile @@ -13,7 +13,7 @@ COMMENT= Team-based, networked, 2D shooter set in zero-gravity LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BROKEN_arm64= Fails to build: Disallowed architecture for this platform: aarch64 +BROKEN_aarch64= Fails to build: Disallowed architecture for this platform: aarch64 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile index 1ebab7477917..3b972c86a741 100644 --- a/games/stockfish/Makefile +++ b/games/stockfish/Makefile @@ -17,7 +17,7 @@ COMMENT= Open source chess engine LICENSE= GPLv3 NOT_FOR_ARCHS= sparc64 -BROKEN_arm64= Fails to build: cannot detect architecture +BROKEN_aarch64= Fails to build: cannot detect architecture BROKEN_mips64= Fails to build: cannot detect architecture USES= compiler gmake zip diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index ad7740608204..237721a610e6 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 -BROKEN_arm64= fails to build: invokes x86 asm +BROKEN_aarch64= fails to build: invokes x86 asm USES= alias cmake compiler:c++11-lib dos2unix gettext \ gmake jpeg openal:al pkgconfig tar:xz diff --git a/games/tome4/Makefile b/games/tome4/Makefile index ff7c9947e641..c84e99718e87 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= premake4:devel/premake4 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libpng16.so:graphics/png -BROKEN_arm64= Fails to build: No support for this architecture (yet) +BROKEN_aarch64= Fails to build: No support for this architecture (yet) DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ "${PORTNAME}" "Game;RolePlaying;" "" |