aboutsummaryrefslogtreecommitdiff
path: root/games/crafty
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-07 06:27:48 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-07 06:27:48 +0000
commite016c91fbd44bdc050a8322cfaeb565a854ff4b1 (patch)
tree96e891a15565f739edf314a70b63469ab794c668 /games/crafty
parentf9083c0a260dcc76c69adf06b7ace609b08c2b52 (diff)
downloadports-e016c91fbd44bdc050a8322cfaeb565a854ff4b1.tar.gz
ports-e016c91fbd44bdc050a8322cfaeb565a854ff4b1.zip
Notes
Diffstat (limited to 'games/crafty')
-rw-r--r--games/crafty/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index 1edeec9e28cf..aad9f5c10329 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -16,9 +16,10 @@ EXTRACT_ONLY= crafty-${PORTVERSION}.zip
MAINTAINER= johans@FreeBSD.org
COMMENT= Chess program for playing and analyzing games
-BROKEN_aarch64= fails to compile: invokes x86 assembler
-BROKEN_armv6= fails to compile: invokes x86 assembler
-BROKEN_armv7= fails to compile: invokes x86 assembler
+BROKEN_aarch64= fails to compile: invokes amd64 assembler
+BROKEN_armv6= fails to compile: invokes amd64 assembler
+BROKEN_armv7= fails to compile: invokes amd64 assembler
+BROKEN_i386= fails to compile: invokes amd64 assembler
BROKEN_mips= fails to compile: unrecognized command line option "-mpopcnt"
BROKEN_mips64= fails to compile: unrecognized command line option "-mpopcnt"