From d4b90686db6ab39ee88927618da1fbdb4c4635b7 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 19 Jan 2021 03:24:46 +0000 Subject: Mark as BROKEN on riscv64 the same as on aarch64. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing --- java/sablevm-classpath/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'java/sablevm-classpath') diff --git a/java/sablevm-classpath/Makefile b/java/sablevm-classpath/Makefile index adfd86485e90..0b5f6a2f920e 100644 --- a/java/sablevm-classpath/Makefile +++ b/java/sablevm-classpath/Makefile @@ -12,6 +12,9 @@ COMMENT= Classpath of SableVM LICENSE= GPLv2 +BROKEN_aarch64= Fails to configure: Endianess not declared +BROKEN_riscv64= Fails to configure: Endianess not declared + BUILD_DEPENDS= jikes:java/jikes GNU_CONFIGURE= yes @@ -58,8 +61,6 @@ CONFIGURE_ARGS+= --with-compressed-classes=no PLIST_SUB+= WITHOUT_ZIP="" WITH_ZIP="@comment " .endif -BROKEN_aarch64= Fails to configure: Endianess not declared - post-patch: @${CP} -f ${WRKSRC}/resource/java/security/classpath.security \ ${WRKSRC}/resource/java/security/SableVM.security -- cgit v1.2.3