pkgsrc-WIP-changes archive

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

pinentry-qt5: Explicitly disable pinentry-efl



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jan 29 18:35:57 2021 +0100
Changeset:	547067de92bd54062c223ea23061181aeda37e49

Modified Files:
	pinentry-qt5/Makefile

Log Message:
pinentry-qt5: Explicitly disable pinentry-efl

Otherwise a warning is generated by the configure script.

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

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

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

diffs:
diff --git a/pinentry-qt5/Makefile b/pinentry-qt5/Makefile
index 64c312e7c8..404cf0d1bc 100644
--- a/pinentry-qt5/Makefile
+++ b/pinentry-qt5/Makefile
@@ -17,6 +17,7 @@ CONFIGURE_ARGS+=	--disable-pinentry-emacs
 CONFIGURE_ARGS+=	--disable-pinentry-gnome3
 CONFIGURE_ARGS+=	--disable-pinentry-gtk2
 CONFIGURE_ARGS+=	--disable-pinentry-fltk
+CONFIGURE_ARGS+=	--disable-pinentry-efl
 CONFIGURE_ARGS+=	--disable-libsecret
 
 INSTALL_DIRS=		qt


Home | Main Index | Thread Index | Old Index