git: 217e2ef96c22 - main - net/usockets: Enable riscv64 build

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 12 Jul 2025 08:55:26 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=217e2ef96c2280727e1fa97d5bd629e90bff942c

commit 217e2ef96c2280727e1fa97d5bd629e90bff942c
Author:     Meng Zhuo <mengzhuo1203@gmail.com>
AuthorDate: 2025-07-12 08:52:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-07-12 08:55:21 +0000

    net/usockets: Enable riscv64 build
    
    Differential Revision:  https://reviews.freebsd.org/D51271
---
 net/usockets/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net/usockets/Makefile b/net/usockets/Makefile
index d7b4ef6980be..1b53794ad6d7 100644
--- a/net/usockets/Makefile
+++ b/net/usockets/Makefile
@@ -11,8 +11,6 @@ WWW=		https://github.com/uNetworking/uSockets
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-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
-
 USES=		compiler:c++17-lang ssl
 USE_LDCONFIG=	yes