summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-02 00:42:18 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-02 00:42:18 +0800
commit5f1abf48ea6d11e026af2491e72428bcdc7fe929 (patch)
tree93d5892ef051d13b2deb4201d02bb23b178f74e2 /mail
parent776c43006be53ccfed9426718966b47fa90b72fb (diff)
downloadmarcuscom-ports-5f1abf48ea6d11e026af2491e72428bcdc7fe929.tar
marcuscom-ports-5f1abf48ea6d11e026af2491e72428bcdc7fe929.tar.gz
marcuscom-ports-5f1abf48ea6d11e026af2491e72428bcdc7fe929.tar.bz2
marcuscom-ports-5f1abf48ea6d11e026af2491e72428bcdc7fe929.tar.lz
marcuscom-ports-5f1abf48ea6d11e026af2491e72428bcdc7fe929.tar.xz
marcuscom-ports-5f1abf48ea6d11e026af2491e72428bcdc7fe929.tar.zst
marcuscom-ports-5f1abf48ea6d11e026af2491e72428bcdc7fe929.zip
Remove a patch that is no longer needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6358 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution-exchange/files/patch-configure22
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/evolution-exchange/files/patch-configure b/mail/evolution-exchange/files/patch-configure
deleted file mode 100644
index 4495fed09..000000000
--- a/mail/evolution-exchange/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.orig Sun Apr 30 03:16:57 2006
-+++ configure Sun Apr 30 03:17:49 2006
-@@ -2036,7 +2036,7 @@ _ACEOF
- ;;
- esac
-
--EVOLUTION_API_VERSION=2.6
-+EVOLUTION_API_VERSION=2.8
- EDS_API_VERSION=1.2
- EDS_BASE_VERSION=1.6
-
-@@ -24293,8 +24293,8 @@ if test $ac_cv_lib_lber_ber_get_tag = ye
- # 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"