Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2023 16:30:12 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0139b3ba514e - main - security/libfido2: Use USES=pathfix to fix .pc installation
Message-ID:  <202310161630.39GGUCab084260@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310161630.39GGUCab084260>