svn commit: r526846 - head/mail/fetchmail/files

Greg Lewis glewis at FreeBSD.org
Sat Feb 22 18:24:31 UTC 2020


Author: glewis
Date: Sat Feb 22 18:24:30 2020
New Revision: 526846
URL: https://svnweb.freebsd.org/changeset/ports/526846

Log:
  Fix the build with the latest krb5 port
  
  PR:		244228
  Submitted by:	Corey Halpin <chalpin at cs.wisc.edu> (maintainer)

Modified:
  head/mail/fetchmail/files/patch-configure

Modified: head/mail/fetchmail/files/patch-configure
==============================================================================
--- head/mail/fetchmail/files/patch-configure	Sat Feb 22 18:08:11 2020	(r526845)
+++ head/mail/fetchmail/files/patch-configure	Sat Feb 22 18:24:30 2020	(r526846)
@@ -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;
  }


More information about the svn-ports-all mailing list