pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pinentry



Module Name:    pkgsrc
Committed By:   abs
Date:           Fri Jan 19 13:36:42 UTC 2018

Modified Files:
        pkgsrc/security/pinentry: 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.48 -r1.49 pkgsrc/security/pinentry/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/Makefile
diff -u pkgsrc/security/pinentry/Makefile:1.48 pkgsrc/security/pinentry/Makefile:1.49
--- pkgsrc/security/pinentry/Makefile:1.48      Wed Sep 30 19:56:42 2015
+++ pkgsrc/security/pinentry/Makefile   Fri Jan 19 13:36:42 2018
@@ -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+=        --enable-pinentr
 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