git: 0139b3ba514e - main - security/libfido2: Use USES=pathfix to fix .pc installation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 16:30:12 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0139b3ba514e858b29acb5f7b346dab080647e8d
commit 0139b3ba514e858b29acb5f7b346dab080647e8d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-16 16:28:56 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-16 16:30:06 +0000
security/libfido2: Use USES=pathfix to fix .pc installation
---
security/libfido2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile
index 3cb0ea1da24a..d80bbc263fca 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 compiler:c11 pkgconfig ssl
+USES= cmake compiler:c11 pathfix pkgconfig ssl
CMAKE_OFF= FUZZ LIBFUZZER NFC_LINUX USE_HIDAPI USE_WINHELLO
CMAKE_ON= BUILD_EXAMPLES BUILD_MANPAGES BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TOOLS