diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-03-31 05:45:48 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-03-31 05:45:48 +0000 |
commit | 6f03858de53a944d6817dde702ce58930ad057cd (patch) | |
tree | 92250d2487b8f6728b6c479496d1fdb3b8b35591 /mail/cyrus-imapd22/files/patch-bf | |
parent | Fix packaging: Need to check for com_err when building with Kerberos IV (diff) |
Fix packaging: if you are going to link with Kerberos IV you will have
to link with com_err too
Notes
Notes:
svn path=/head/; revision=27174
Diffstat (limited to 'mail/cyrus-imapd22/files/patch-bf')
-rw-r--r-- | mail/cyrus-imapd22/files/patch-bf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/cyrus-imapd22/files/patch-bf b/mail/cyrus-imapd22/files/patch-bf new file mode 100644 index 000000000000..4f6a7b4f7920 --- /dev/null +++ b/mail/cyrus-imapd22/files/patch-bf @@ -0,0 +1,3 @@ +700a701,702 +> dnl Kerberos IV on FreeBSD depends on libcom_err, so check for it +> AC_CHECK_LIB(com_err, init_error_table) |