pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pinentry Pass --disable-pinentry-fltk to conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/959dc336d460
branches:  trunk
changeset: 374295:959dc336d460
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Jan 19 13:36:42 2018 +0000

description:
Pass --disable-pinentry-fltk to configure to fix build when fltk installed

diffstat:

 security/pinentry/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b7f9e32704de -r 959dc336d460 security/pinentry/Makefile
--- a/security/pinentry/Makefile        Fri Jan 19 12:45:41 2018 +0000
+++ b/security/pinentry/Makefile        Fri Jan 19 13:36:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2015/09/30 19:56:42 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2018/01/19 13:36:42 abs Exp $
 
 COMMENT=               Applications for entering PINs or Passphrases
 
@@ -7,6 +7,7 @@
 CONFIGURE_ARGS+=        --disable-pinentry-qt4
 CONFIGURE_ARGS+=        --disable-pinentry-gnome3
 CONFIGURE_ARGS+=        --disable-pinentry-gtk2
+CONFIGURE_ARGS+=        --disable-pinentry-fltk
 
 .include               "../../security/pinentry/Makefile.common"
 



Home | Main Index | Thread Index | Old Index