summaryrefslogtreecommitdiff
path: root/mail/fetchmail/files/patch-configure
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2019-01-11 06:36:28 +0000
committerMatthias Andree <mandree@FreeBSD.org>2019-01-11 06:36:28 +0000
commit56147f1c5dbe7beb08e17051b84f1814d0225741 (patch)
treeb4ed45e98af4d44b9c305a513e5e6c5839a303e9 /mail/fetchmail/files/patch-configure
parentwww/trafficserver: update 6.2.0 -> 6.2.3, fix build on 12 (diff)
Fix GSSAPI-based, and NLS-less, builds.
This was also tested on a live 12.0 amd64 machine, 11.2-arm64 and 11.2-i386 poudriere boxes with base GSSAPI. PR: 234740 Reported by: Peter Putzer (Bugzilla), Alex V. Petrov (e-mail) Approved by: Corey Halpin (maintainer)
Notes
Notes: svn path=/head/; revision=489947
Diffstat (limited to 'mail/fetchmail/files/patch-configure')
-rw-r--r--mail/fetchmail/files/patch-configure30
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure
deleted file mode 100644
index 16336221ff4e..000000000000
--- a/mail/fetchmail/files/patch-configure
+++ /dev/null
@@ -1,30 +0,0 @@
---- 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;
- }