diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-09 09:39:19 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:05:53 +0800 |
commit | a8588a3462c8581688c067c649facb689f9c8284 (patch) | |
tree | 19ad9501309e7f4909b640af4fc82431fc8499e2 /games | |
parent | f5e27ba7b6b5069dfaf898103a0fa42e3b0e9cbe (diff) | |
download | freebsd-ports-gnome-a8588a3462c8581688c067c649facb689f9c8284.tar.gz freebsd-ports-gnome-a8588a3462c8581688c067c649facb689f9c8284.tar.zst freebsd-ports-gnome-a8588a3462c8581688c067c649facb689f9c8284.zip |
These are also broken on aarch64 in the same way as armv6/7.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index aed36c9cafbd..eea4a7442c99 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -18,8 +18,9 @@ EXTRACT_ONLY= crafty-${PORTVERSION}.zip MAINTAINER= johans@FreeBSD.org COMMENT= Chess program for playing and analyzing games -BROKEN_armv6 = fails to build: Could not read profile default.profdata: No such file or directory -BROKEN_armv7 = fails to build: Could not read profile default.profdata: No such file or directory +BROKEN_aarch64= fails to build: Could not read profile default.profdata: No such file or directory +BROKEN_armv6= fails to build: Could not read profile default.profdata: No such file or directory +BROKEN_armv7= fails to build: Could not read profile default.profdata: No such file or directory WRKSRC= ${WRKDIR} |