pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/keepassxc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 10 18:23:13 UTC 2022

Modified Files:
        pkgsrc/security/keepassxc: Makefile

Log Message:
keepassxc: include libXtst to fix build with modular X


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/keepassxc/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/keepassxc/Makefile
diff -u pkgsrc/security/keepassxc/Makefile:1.42 pkgsrc/security/keepassxc/Makefile:1.43
--- pkgsrc/security/keepassxc/Makefile:1.42     Fri Apr  1 08:07:28 2022
+++ pkgsrc/security/keepassxc/Makefile  Sun Apr 10 18:23:13 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/04/01 08:07:28 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2022/04/10 18:23:13 wiz Exp $
 
 DISTNAME=      keepassxc-${GITHUB_RELEASE}-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -49,4 +49,5 @@ pre-configure:
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
 # does not support editline
 .include "../../devel/readline/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index