svn commit: r556452 - head/shells/ksh93
Mark Linimon
linimon at FreeBSD.org
Fri Nov 27 19:31:45 UTC 2020
Author: linimon
Date: Fri Nov 27 19:31:44 2020
New Revision: 556452
URL: https://svnweb.freebsd.org/changeset/ports/556452
Log:
Mark as BROKEN on riscv64 the same way as on aarch64.
Approved by: portmgr (tier-2 blanket)
Modified:
head/shells/ksh93/Makefile
Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile Fri Nov 27 18:50:15 2020 (r556451)
+++ head/shells/ksh93/Makefile Fri Nov 27 19:31:44 2020 (r556452)
@@ -27,6 +27,7 @@ COMMENT= AT&T KornShell 93
LICENSE= EPL
BROKEN_aarch64= Fails to compile: needs sbrk
+BROKEN_riscv64= Fails to compile: needs sbrk
USES= compiler:c11
More information about the svn-ports-all
mailing list