pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/873be010007c
branches:  trunk
changeset: 374301:873be010007c
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jan 20 11:06:13 2018 +0000

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

diffstat:

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

diffs (17 lines):

diff -r c1a9ed268564 -r 873be010007c security/pinentry-qt4/Makefile
--- a/security/pinentry-qt4/Makefile    Sat Jan 20 11:00:37 2018 +0000
+++ b/security/pinentry-qt4/Makefile    Sat Jan 20 11:06:13 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2016/11/28 14:58:34 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2018/01/20 11:06:13 markd Exp $
 
 PKGNAME=               ${DISTNAME:S/pinentry-/pinentry-qt4-/}
 COMMENT=               Applications for entering PINs or Passphrases, qt4 enabled
@@ -11,6 +11,7 @@
 #CONFIGURE_ARGS+=      --disable-fallback-curses
 CONFIGURE_ARGS+=       --disable-pinentry-gnome3
 CONFIGURE_ARGS+=       --disable-pinentry-gtk2
+CONFIGURE_ARGS+=       --disable-pinentry-fltk
 
 USE_LANGUAGES+=                c c++
 USE_TOOLS+=            pkg-config gmake



Home | Main Index | Thread Index | Old Index