From d7c3540c306fdb9bbadef44138c7470d73bc5df4 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Tue, 27 Oct 2020 03:43:08 +0100 Subject: [PATCH] pinentry-dmenu: Fix defaults --- pinentry-dmenu/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pinentry-dmenu/Makefile b/pinentry-dmenu/Makefile index 3b3fe4abfd..324204822e 100644 --- a/pinentry-dmenu/Makefile +++ b/pinentry-dmenu/Makefile @@ -17,6 +17,7 @@ PKG_BUGREPORT= ${TOOLS_PATH.make} -f ${WRKSRC}/config.mk -V BUGREPORT PKG_DEPS= x11 xinerama freetype2 xft gpgme libconfig libassuan C_FLAGS= `${TOOLS_PATH.pkg-config} --cflags ${PKG_DEPS}` \ + -DHAVE_MLOCK -DHAVE_MMAP -DHAVE_GETPAGESIZE \ -D_NETBSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L \ -DVERSION=\"${PKG_VERSION:sh}\" \ -DPACKAGE_VERSION=\"${PKG_VERSION:sh}\" \