diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-02 00:42:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-02 00:42:18 +0800 |
commit | 5f1abf48ea6d11e026af2491e72428bcdc7fe929 (patch) | |
tree | 93d5892ef051d13b2deb4201d02bb23b178f74e2 /mail/evolution-exchange | |
parent | 776c43006be53ccfed9426718966b47fa90b72fb (diff) | |
download | marcuscom-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/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/files/patch-configure | 22 |
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" |