From 25bebc897c42e2fcf9ce885f0b03f5eb6b64d206 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 19 Jan 2021 03:04:43 +0000 Subject: [PATCH] Mark as BROKEN on riscv64: julius-caesariii-1.5.1,1.log:ld: error: cannot open /nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-riscv64.a: No such file or directory Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing --- games/julius/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/julius/Makefile b/games/julius/Makefile index a5f37f2440b1..7867c7aec3fb 100644 --- a/games/julius/Makefile +++ b/games/julius/Makefile @@ -13,6 +13,8 @@ COMMENT= Open source re-implementation of Caesar III LICENSE= GPLv3 +BROKEN_riscv64= fails to link: julius-caesariii-1.5.1,1.log: cannot open /nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-riscv64.a: No such file or directory + USES= cmake sdl USE_GITHUB= yes