pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/mutt
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Apr 20 08:59:24 UTC 2017
Modified Files:
pkgsrc/mail/mutt: options.mk
Log Message:
Ensure our krb5-config wrapper is found. Fixes SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/mutt/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/mutt/options.mk
diff -u pkgsrc/mail/mutt/options.mk:1.28 pkgsrc/mail/mutt/options.mk:1.29
--- pkgsrc/mail/mutt/options.mk:1.28 Tue Mar 7 20:42:28 2017
+++ pkgsrc/mail/mutt/options.mk Thu Apr 20 08:59:24 2017
@@ -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 @@ PKG_OPTIONS_LEGACY_OPTS+= ncurses:curses
###
### 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