pkgsrc-WIP-changes archive

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

pinentry-dmenu: Fix defaults



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Oct 27 03:43:08 2020 +0100
Changeset:	d7c3540c306fdb9bbadef44138c7470d73bc5df4

Modified Files:
	pinentry-dmenu/Makefile

Log Message:
pinentry-dmenu: Fix defaults

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d7c3540c306fdb9bbadef44138c7470d73bc5df4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pinentry-dmenu/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
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}\" \


Home | Main Index | Thread Index | Old Index