svn commit: r464919 - head/games/crafty

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 14:58:23 UTC 2018


Author: linimon
Date: Sun Mar 18 14:58:22 2018
New Revision: 464919
URL: https://svnweb.freebsd.org/changeset/ports/464919

Log:
  Also broken on aarch64.

Modified:
  head/games/crafty/Makefile

Modified: head/games/crafty/Makefile
==============================================================================
--- head/games/crafty/Makefile	Sun Mar 18 14:47:28 2018	(r464918)
+++ head/games/crafty/Makefile	Sun Mar 18 14:58:22 2018	(r464919)
@@ -16,6 +16,7 @@ EXTRACT_ONLY=	crafty-${PORTVERSION}.zip
 MAINTAINER=	johans at 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
 


More information about the svn-ports-all mailing list