pkgsrc-WIP-changes archive

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

pinentry-fltk: Explicitly disable pinentry-efl



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jan 29 18:46:22 2021 +0100
Changeset:	53c03d98dcb4bf9dd29ff8a8183cd4cf44e3d934

Modified Files:
	pinentry-fltk/Makefile

Log Message:
pinentry-fltk: 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=53c03d98dcb4bf9dd29ff8a8183cd4cf44e3d934

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

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

diffs:
diff --git a/pinentry-fltk/Makefile b/pinentry-fltk/Makefile
index 679e892dea..f610084316 100644
--- a/pinentry-fltk/Makefile
+++ b/pinentry-fltk/Makefile
@@ -15,6 +15,7 @@ CONFIGURE_ARGS+=	--disable-pinentry-curses
 CONFIGURE_ARGS+=	--disable-pinentry-emacs
 #CONFIGURE_ARGS+=	--disable-fallback-curses
 CONFIGURE_ARGS+=	--disable-pinentry-gnome3
+CONFIGURE_ARGS+=	--disable-pinentry-efl
 CONFIGURE_ARGS+=	--disable-libsecret
 
 INSTALL_DIRS=		fltk


Home | Main Index | Thread Index | Old Index