From fd6746fd68be5c656cd115f0963705b2ddec2e40 Mon Sep 17 00:00:00 2001 From: Meng Zhuo Date: Wed, 11 Jun 2025 10:33:26 +0000 Subject: [PATCH] archivers/unarr: enable riscv64 build LLVM now can build with 'd' ABI on riscv64 target Closes: https://github.com/freebsd/freebsd-ports/pull/409 --- archivers/unarr/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/archivers/unarr/Makefile b/archivers/unarr/Makefile index 7865963d3d20..7a0a729e99c5 100644 --- a/archivers/unarr/Makefile +++ b/archivers/unarr/Makefile @@ -10,8 +10,6 @@ WWW= https://github.com/selmf/unarr LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_riscv64= fails to build: Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension - TEST_DEPENDS= cmocka>0:sysutils/cmocka USES= cmake:testing pathfix