summaryrefslogtreecommitdiff
path: root/mail/cyrus/files/patch-bf
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cyrus/files/patch-bf')
-rw-r--r--mail/cyrus/files/patch-bf14
1 files changed, 11 insertions, 3 deletions
diff --git a/mail/cyrus/files/patch-bf b/mail/cyrus/files/patch-bf
index 4f6a7b4f7920..0252ec589130 100644
--- a/mail/cyrus/files/patch-bf
+++ b/mail/cyrus/files/patch-bf
@@ -1,3 +1,11 @@
-700a701,702
-> dnl Kerberos IV on FreeBSD depends on libcom_err, so check for it
-> AC_CHECK_LIB(com_err, init_error_table)
+--- configure.in.orig Fri Dec 4 11:34:53 1998
++++ configure.in Sun Apr 9 12:16:24 2000
+@@ -698,6 +698,8 @@
+
+ dnl Kerberos wants this so we might as well check on it first
+ AC_CHECK_FUNC(res_search,,AC_CHECK_LIB(resolv,res_search))
++ dnl Kerberos IV on FreeBSD depends on libcom_err, so check for it
++ AC_CHECK_LIB(com_err, init_error_table)
+
+ dnl gotta do this: crypt is used by sasl_krb_server.c
+ AC_CHECK_FUNC(crypt,,AC_CHECK_LIB(crypt, crypt))