From befd7bcc6c76d14137b715783942fef4d59af3bd Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sat, 22 Feb 2020 18:24:30 +0000 Subject: Fix the build with the latest krb5 port PR: 244228 Submitted by: Corey Halpin (maintainer) --- mail/fetchmail/files/patch-configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/fetchmail') diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure index 98aa9466f314..196de8ea3975 100644 --- a/mail/fetchmail/files/patch-configure +++ b/mail/fetchmail/files/patch-configure @@ -5,12 +5,12 @@ extern "C" #endif -char krb5_des_string_to_key (); -+char krb5int_des_string_to_key (); ++char krb5int_des_init_state (); int main () { -return krb5_des_string_to_key (); -+return krb5int_des_string_to_key (); ++return krb5int_des_init_state (); ; return 0; } @@ -19,12 +19,12 @@ extern "C" #endif -char krb5_des_string_to_key (); -+char krb5int_des_string_to_key (); ++char krb5int_des_init_state (); int main () { -return krb5_des_string_to_key (); -+return krb5int_des_string_to_key (); ++return krb5int_des_init_state (); ; return 0; } -- cgit v1.2.3