svn commit: r557331 - head/graphics/s10sh

Mark Linimon linimon at FreeBSD.org
Wed Dec 9 02:09:22 UTC 2020


Author: linimon
Date: Wed Dec  9 02:09:21 2020
New Revision: 557331
URL: https://svnweb.freebsd.org/changeset/ports/557331

Log:
  Mark BROKEN on riscv64 the same as on aarch64.
  
  Obtained from:	lonesome.com build testing

Modified:
  head/graphics/s10sh/Makefile

Modified: head/graphics/s10sh/Makefile
==============================================================================
--- head/graphics/s10sh/Makefile	Wed Dec  9 02:07:41 2020	(r557330)
+++ head/graphics/s10sh/Makefile	Wed Dec  9 02:09:21 2020	(r557331)
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BROKEN_aarch64=	Fails to build: error: cannot find the byte order for this architecture, fix bytesex.h
 BROKEN_armv6=	Fails to build: error: cannot find the byte order for this architecture, fix bytesex.h
 BROKEN_armv7=	Fails to build: error: cannot find the byte order for this architecture, fix bytesex.h
+BROKEN_riscv64=	Fails to build: error: cannot find the byte order for this architecture, fix bytesex.h
 
 USES=		ncurses readline
 


More information about the svn-ports-head mailing list