svn commit: r557791 - head/emulators/dtcyber

Mark Linimon linimon at FreeBSD.org
Sat Dec 12 05:18:36 UTC 2020


Author: linimon
Date: Sat Dec 12 05:18:36 2020
New Revision: 557791
URL: https://svnweb.freebsd.org/changeset/ports/557791

Log:
  Mark BROKEN on riscv64 the same as on mips64.

Modified:
  head/emulators/dtcyber/Makefile

Modified: head/emulators/dtcyber/Makefile
==============================================================================
--- head/emulators/dtcyber/Makefile	Sat Dec 12 05:10:44 2020	(r557790)
+++ head/emulators/dtcyber/Makefile	Sat Dec 12 05:18:36 2020	(r557791)
@@ -32,6 +32,7 @@ BROKEN_aarch64=		Fails to compile: error: Unable to de
 BROKEN_armv6=		Fails to compile: error: Unable to determine size of basic data types
 BROKEN_armv7=		Fails to compile: error: Unable to determine size of basic data types
 BROKEN_mips64=		Fails to compile: error: Unable to determine size of basic data types
+BROKEN_riscv64=		Fails to compile: error: Unable to determine size of basic data types
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dtcyber ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list