git: c5facd971c2b - main - security/libfido2: Remove USES=pathfix

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 16 Dec 2025 16:04:03 UTC
The branch main has been updated by sunpoet:

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

commit c5facd971c2b886424ab0b2f202585879a4c32ed
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 15:55:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 15:55:55 +0000

    security/libfido2: Remove USES=pathfix
---
 security/libfido2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile
index 3e9553448b09..423cbf181d1d 100644
--- a/security/libfido2/Makefile
+++ b/security/libfido2/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcbor.so:devel/libcbor
 
-USES=		cmake:testing compiler:c11 pathfix pkgconfig ssl
+USES=		cmake:testing compiler:c11 pkgconfig ssl
 
 CFLAGS+=	-DOPENSSL_API_COMPAT=0x10100000L
 CMAKE_OFF=	BUILD_TESTS \