diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-02 01:02:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-02 01:02:27 +0000 |
commit | 68338952426e0d4e3b373e7fd926682d66dbc8b0 (patch) | |
tree | f6db1812124b28755eee5f9cbb35f0b80adc0747 /mail/ximian-connector/files/patch-configure | |
parent | Fix filehandle passing (diff) |
Add Ximian Connector, an Evolution plug-in for connecting to Microsoft
Exchange mail servers.
PR: 67442
Submitted by: Alex Kiesel <kiesel@schlund.de> (based on)
Notes
Notes:
svn path=/head/; revision=110623
Diffstat (limited to 'mail/ximian-connector/files/patch-configure')
-rw-r--r-- | mail/ximian-connector/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ximian-connector/files/patch-configure b/mail/ximian-connector/files/patch-configure new file mode 100644 index 000000000000..b2b64b88e985 --- /dev/null +++ b/mail/ximian-connector/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Jun 1 20:52:34 2004 ++++ configure Tue Jun 1 20:52:55 2004 +@@ -22992,7 +22992,7 @@ + + case $with_static_ldap in + no|"") +- if test -f $with_openldap/lib/libldap.la; then ++ if test -f $with_openldap/lib/libldap.so; then + with_static_ldap=no + else + with_static_ldap=yes |