summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeng Zhuo <mengzhuo@iscas.ac.cn>2025-06-11 10:33:26 +0000
committerJan Beich <jbeich@FreeBSD.org>2025-06-17 19:30:23 +0200
commitfd6746fd68be5c656cd115f0963705b2ddec2e40 (patch)
tree85b6d41d5087a6ba62c75c0f1769bedf73d8ce40
parentsecurity/lfacme: a simple ACME client based on uacme (diff)
archivers/unarr: enable riscv64 build
LLVM now can build with 'd' ABI on riscv64 target Closes: https://github.com/freebsd/freebsd-ports/pull/409
-rw-r--r--archivers/unarr/Makefile2
1 files changed, 0 insertions, 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