mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Release notes: https://sourceforge.net/projects/fetchmail/files/branch_6.4/ While here, remove fetchmail64 port, now no longer needed. PR: 240908 Submitted by: chalpin@cs.wisc.edu (maintainer)
30 lines
637 B
Text
30 lines
637 B
Text
--- a/configure.orig 2013-04-23 21:36:55 UTC
|
|
+++ b/configure
|
|
@@ -9552,11 +9552,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
#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 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
#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;
|
|
}
|