diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-08 17:01:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-08 17:01:10 +0800 |
commit | 33d432df3291e32df925a11aa98013dc29220e30 (patch) | |
tree | 697bac52944ce6b2c0db3f09815c93eb14766627 /games | |
parent | 7a21ea65277965b047f7841e929fcec0ef4cb2d3 (diff) | |
download | freebsd-ports-gnome-33d432df3291e32df925a11aa98013dc29220e30.tar.gz freebsd-ports-gnome-33d432df3291e32df925a11aa98013dc29220e30.tar.zst freebsd-ports-gnome-33d432df3291e32df925a11aa98013dc29220e30.zip |
Mark as broken on arm64 and mips64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/stockfish/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile index 618239fc4b7e..1ebab7477917 100644 --- a/games/stockfish/Makefile +++ b/games/stockfish/Makefile @@ -17,6 +17,8 @@ COMMENT= Open source chess engine LICENSE= GPLv3 NOT_FOR_ARCHS= sparc64 +BROKEN_arm64= Fails to build: cannot detect architecture +BROKEN_mips64= Fails to build: cannot detect architecture USES= compiler gmake zip |