From 77630214c4107b066dddb51b4afb1687fa664772 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 28 Apr 2018 17:49:37 +0000 Subject: Correctly link to MIT KRB5 libraries when selected. This was discovered while working through issues relating to an exp-run using base with private Heimdal, part of the project to make a) Heimdal in base private and b) import MIT into base (PR 222745). PR: 227680 Submitted by: cy@ Approved by: Corey Halpin (maintainer) MFH: 2018Q2 --- mail/fetchmail/files/patch-configure | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 mail/fetchmail/files/patch-configure (limited to 'mail/fetchmail/files/patch-configure') diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure new file mode 100644 index 000000000000..16336221ff4e --- /dev/null +++ b/mail/fetchmail/files/patch-configure @@ -0,0 +1,30 @@ +--- configure.orig 2013-04-23 14:36:55.000000000 -0700 ++++ configure 2018-04-21 22:45:30.073773000 -0700 +@@ -9552,11 +9552,11 @@ + #ifdef __cplusplus + extern "C" + #endif +-char krb5_des_string_to_key (); ++char krb5int_des_string_to_key (); + int + main () + { +-return krb5_des_string_to_key (); ++return krb5int_des_string_to_key (); + ; + return 0; + } +@@ -9591,11 +9591,11 @@ + #ifdef __cplusplus + extern "C" + #endif +-char krb5_des_string_to_key (); ++char krb5int_des_string_to_key (); + int + main () + { +-return krb5_des_string_to_key (); ++return krb5int_des_string_to_key (); + ; + return 0; + } -- cgit v1.2.3