pinentry-dmenu: Fix defaults

This commit is contained in:
Kamil Rytarowski 2020-10-27 03:43:08 +01:00
parent 0993ab6a2f
commit d7c3540c30
1 changed files with 1 additions and 0 deletions

View File

@ -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}\" \