pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pinentry-qt4



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Jan 20 11:06:13 UTC 2018

Modified Files:
        pkgsrc/security/pinentry-qt4: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/pinentry-qt4/Makefile

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

Modified files:

Index: pkgsrc/security/pinentry-qt4/Makefile
diff -u pkgsrc/security/pinentry-qt4/Makefile:1.38 pkgsrc/security/pinentry-qt4/Makefile:1.39
--- pkgsrc/security/pinentry-qt4/Makefile:1.38  Mon Nov 28 14:58:34 2016
+++ pkgsrc/security/pinentry-qt4/Makefile       Sat Jan 20 11:06:13 2018
@@ -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-pinentry-emac
 #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