svn commit: r557154 - in head/lang/angelscript: . files

Mark Linimon linimon at FreeBSD.org
Sun Dec 6 17:09:43 UTC 2020


Author: linimon
Date: Sun Dec  6 17:09:42 2020
New Revision: 557154
URL: https://svnweb.freebsd.org/changeset/ports/557154

Log:
  Also mark as BROKEN on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)

Deleted:
  head/lang/angelscript/files/
Modified:
  head/lang/angelscript/Makefile

Modified: head/lang/angelscript/Makefile
==============================================================================
--- head/lang/angelscript/Makefile	Sun Dec  6 17:08:16 2020	(r557153)
+++ head/lang/angelscript/Makefile	Sun Dec  6 17:09:42 2020	(r557154)
@@ -13,6 +13,7 @@ COMMENT=	AngelCode Scripting Library
 LICENSE=	ZLIB
 
 BROKEN_aarch64=	Does not build: invokes x86 asm
+BROKEN_riscv64=	Does not build: invokes x86 asm
 BROKEN_sparc64=	Does not build: invokes x86 asm
 
 USES=		alias compiler:c11 dos2unix gmake zip


More information about the svn-ports-all mailing list