pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pinentry-dmenu: fix build
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Tue May 7 20:46:28 2024 +0200
Changeset: 76c30fd91a7b5f5fc478645e744be5fe93ace89a
Modified Files:
pinentry-dmenu/Makefile
Log Message:
pinentry-dmenu: fix build
Add missing includes and fix build, user request.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=76c30fd91a7b5f5fc478645e744be5fe93ace89a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pinentry-dmenu/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/pinentry-dmenu/Makefile b/pinentry-dmenu/Makefile
index 1c74ce62c7..fbd6427984 100644
--- a/pinentry-dmenu/Makefile
+++ b/pinentry-dmenu/Makefile
@@ -33,4 +33,7 @@ MAKE_FLAGS+= LDFLAGS=${LD_FLAGS:Q}
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../devel/libconfig/buildlink3.mk"
.include "../../security/libassuan2/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index