pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt Ensure our krb5-config wrapper is found. Fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bff28ee9178c
branches:  trunk
changeset: 361369:bff28ee9178c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 20 08:59:24 2017 +0000

description:
Ensure our krb5-config wrapper is found.  Fixes SunOS.

diffstat:

 mail/mutt/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 6ba80a8d5beb -r bff28ee9178c mail/mutt/options.mk
--- a/mail/mutt/options.mk      Thu Apr 20 08:49:49 2017 +0000
+++ b/mail/mutt/options.mk      Thu Apr 20 08:59:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.28 2017/03/07 20:42:28 elric Exp $
+# $NetBSD: options.mk,v 1.29 2017/04/20 08:59:24 jperkin Exp $
 
 # Global and legacy options
 
@@ -18,10 +18,10 @@
 ###
 ### GSSAPI
 ###
-
+CONFIGURE_ENV+=                ac_cv_path_KRB5CFGPATH=${KRB5_CONFIG}
 .if !empty(PKG_OPTIONS:Mgssapi)
 .  include "../../mk/krb5.buildlink3.mk"
-CONFIGURE_ARGS+= --with-gss=${KRB5BASE}
+CONFIGURE_ARGS+=       --with-gss=${KRB5BASE}
 .endif
 
 ### curses



Home | Main Index | Thread Index | Old Index