pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libfido2 libfido2: needs pkg-config



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eccb0375b209
branches:  trunk
changeset: 377310:eccb0375b209
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Apr 19 07:11:10 2022 +0000

description:
libfido2: needs pkg-config

diffstat:

 security/libfido2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e3b167881cea -r eccb0375b209 security/libfido2/Makefile
--- a/security/libfido2/Makefile        Tue Apr 19 04:32:48 2022 +0000
+++ b/security/libfido2/Makefile        Tue Apr 19 07:11:10 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2022/04/12 22:27:58 tnn Exp $
+#      $NetBSD: Makefile,v 1.5 2022/04/19 07:11:10 nia Exp $
 
 DISTNAME=      libfido2-1.10.0
 CATEGORIES=    security devel
@@ -13,6 +13,7 @@
 
 USE_CMAKE=             yes
 USE_LANGUAGES=         c
+USE_TOOLS+=            pkg-config
 CONFIGURE_DIRS+=       build
 CMAKE_ARG_PATH=                ..
 CMAKE_ARGS.NetBSD+=    -DBASE_LIBRARIES:STRING=usbhid



Home | Main Index | Thread Index | Old Index