summaryrefslogtreecommitdiffstats
path: root/mail/evolution-exchange/files/patch-configure
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 06:28:07 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 06:28:07 +0800
commit98ade1d294b73dacffbd9bb54d74e03b334a1118 (patch)
tree5dfa085b2ffb1b591e64f4ddf9dda66c53b50338 /mail/evolution-exchange/files/patch-configure
parent86adf6748dbba65b36ab2a93ee6a8c60d74124bd (diff)
downloadmarcuscom-ports-98ade1d294b73dacffbd9bb54d74e03b334a1118.tar
marcuscom-ports-98ade1d294b73dacffbd9bb54d74e03b334a1118.tar.gz
marcuscom-ports-98ade1d294b73dacffbd9bb54d74e03b334a1118.tar.bz2
marcuscom-ports-98ade1d294b73dacffbd9bb54d74e03b334a1118.tar.lz
marcuscom-ports-98ade1d294b73dacffbd9bb54d74e03b334a1118.tar.xz
marcuscom-ports-98ade1d294b73dacffbd9bb54d74e03b334a1118.tar.zst
marcuscom-ports-98ade1d294b73dacffbd9bb54d74e03b334a1118.zip
Update to 2.1.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3106 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange/files/patch-configure')
-rw-r--r--mail/evolution-exchange/files/patch-configure22
1 files changed, 22 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..43668716a
--- /dev/null
+++ b/mail/evolution-exchange/files/patch-configure
@@ -0,0 +1,22 @@
+--- configure.orig Fri Aug 20 15:26:49 2004
++++ configure Fri Aug 20 15:27:21 2004
+@@ -23754,8 +23754,8 @@
+ # libldap might depend on OpenSSL... We need to pull
+ # in the dependency libs explicitly here since we're
+ # not using libtool for the configure test.
+- if test -f $with_openldap/lib/libldap.la; then
+- LDAP_LIBS="`. $with_openldap/lib/libldap.la; echo $dependency_libs` $LDAP_LIBS"
++ if test -f $with_openldap/lib/libldap.so; then
++ LDAP_LIBS="`. $with_openldap/lib/libldap.so; echo $dependency_libs` $LDAP_LIBS"
+ fi
+ else
+ LDAP_LIBS="-llber $LDAP_LIBS"
+@@ -24006,7 +24006,7 @@
+
+
+ mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
+-heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
++heimlibs="-lkrb5 -lcrypt -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
+ echo "$as_me:$LINENO: checking for Kerberos 5" >&5
+ echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6
+ if test "${ac_cv_lib_kerberos5+set}" = set; then