pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libfido2



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Apr 19 07:11:10 UTC 2022

Modified Files:
        pkgsrc/security/libfido2: Makefile

Log Message:
libfido2: needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/libfido2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libfido2/Makefile
diff -u pkgsrc/security/libfido2/Makefile:1.4 pkgsrc/security/libfido2/Makefile:1.5
--- pkgsrc/security/libfido2/Makefile:1.4       Tue Apr 12 22:27:58 2022
+++ pkgsrc/security/libfido2/Makefile   Tue Apr 19 07:11:10 2022
@@ -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 @@ LICENSE=      2-clause-bsd
 
 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