mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
- Move some vars around to make portlint happy - Use MUTT_LITE instead of LITE - Fetch deepif and date-contitional from remote locations - Reword COMMENT - Bring back remote patch versions incase mutt version and patch versions arn't in sync - Remove date_conditional patch pulled in remotely - Add two new sidebar samples - convert patch-* patches to makepatch patches - Greeting patch 1.7.1 now PATCHFILE - make makesum will pull all optional dist/patchfiles PR: 213431 Submitted by: maintainer (dereks lifeofadishwasher com)
10 lines
382 B
Text
10 lines
382 B
Text
--- m4/gssapi.m4.orig 2016-10-08 19:30:21 UTC
|
|
+++ m4/gssapi.m4
|
|
@@ -27,6 +27,7 @@ AC_DEFUN([MUTT_AM_PATH_GSSAPI],
|
|
GSSAPI_LIBS="`$KRB5CFGPATH --libs gssapi`"
|
|
case "`$KRB5CFGPATH --version`" in
|
|
"Kerberos 5 "*) GSSAPI_IMPL="MIT";;
|
|
+ "FreeBSD heimdal"*) GSSAPI_IMPL="Heimdal";;
|
|
?eimdal*) GSSAPI_IMPL="Heimdal";;
|
|
*) GSSAPI_IMPL="Unknown";;
|
|
esac
|