pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libnitrokey



Module Name:    pkgsrc
Committed By:   nikita
Date:           Wed May 24 15:10:59 UTC 2023

Modified Files:
        pkgsrc/security/libnitrokey: Makefile

Log Message:
libnitrokey: unbreak build on !Linux


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/libnitrokey/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/libnitrokey/Makefile
diff -u pkgsrc/security/libnitrokey/Makefile:1.4 pkgsrc/security/libnitrokey/Makefile:1.5
--- pkgsrc/security/libnitrokey/Makefile:1.4    Mon May 22 16:43:20 2023
+++ pkgsrc/security/libnitrokey/Makefile        Wed May 24 15:10:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/05/22 16:43:20 nikita Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/24 15:10:59 nikita Exp $
 
 DISTNAME=      libnitrokey-3.8
 PKGREVISION=   3
@@ -24,7 +24,7 @@ CMAKE_ARGS+=  -DCOMPILE_TESTS=OFF
 
 CMAKE_ARGS+=   -DHIDAPI_LIBUSB_INCLUDEDIR=${BUILDLINK_PREFIX.libhidapi}/include/hidapi/
 CMAKE_ARGS+=   -DHIDAPI_LIBUSB_LIBDIR=${BUILDLINK_PREFIX.libhidapi}/lib/
-CMAKE_ARGS+=   -DCMAKE_INSTALL_UDEVRULESDIR=${BUILDLINK_PREFIX.libudev}/lib/udev/rules.d/
+CMAKE_ARGS+=   -DCMAKE_INSTALL_UDEVRULESDIR=${PREFIX}/lib/udev/rules.d/
 
 TEST_TARGET=   test
 USE_LANGUAGES= c c++14



Home | Main Index | Thread Index | Old Index