Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2020 02:09:21 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557331 - head/graphics/s10sh
Message-ID:  <202012090209.0B929Lp2099001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012090209.0B929Lp2099001>