diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-28 04:57:40 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-28 04:57:40 +0800 |
commit | 01c3e8e0665430903e250053ea009035c7415e0f (patch) | |
tree | 56c7b991fd51600ff97e3088d52d66b715a47d34 /mail/evolution-exchange/files | |
parent | f9fd3a17d9fd7982178c90832d6fb3013f074875 (diff) | |
download | marcuscom-ports-01c3e8e0665430903e250053ea009035c7415e0f.tar marcuscom-ports-01c3e8e0665430903e250053ea009035c7415e0f.tar.gz marcuscom-ports-01c3e8e0665430903e250053ea009035c7415e0f.tar.bz2 marcuscom-ports-01c3e8e0665430903e250053ea009035c7415e0f.tar.lz marcuscom-ports-01c3e8e0665430903e250053ea009035c7415e0f.tar.xz marcuscom-ports-01c3e8e0665430903e250053ea009035c7415e0f.tar.zst marcuscom-ports-01c3e8e0665430903e250053ea009035c7415e0f.zip |
Update to 2.29.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13318 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange/files')
-rw-r--r-- | mail/evolution-exchange/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/evolution-exchange/files/patch-configure b/mail/evolution-exchange/files/patch-configure new file mode 100644 index 000000000..8cafdca5d --- /dev/null +++ b/mail/evolution-exchange/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2009-12-26 22:28:16.000000000 +0100 ++++ configure 2009-12-26 22:28:45.000000000 +0100 +@@ -18160,7 +18160,7 @@ + LIBS_save="$LIBS" + + mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" +- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" ++ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lhx509 -lcrypt" + sunlibs="-lkrb5 -lgss" + if test "${ac_cv_lib_kerberos5+set}" = set; then + $as_echo_n "(cached) " >&6 |