diff options
author | ume <ume@FreeBSD.org> | 2005-11-03 02:37:57 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-11-03 02:37:57 +0800 |
commit | c0307c251b4c1127ba79f0e9dd2c3a9a5a775db8 (patch) | |
tree | 1b80e0eb0e425cbc232c88c8121263689000f481 /security | |
parent | 483c694e9b23213dfc6584298ed70a36af849885 (diff) | |
download | freebsd-ports-gnome-c0307c251b4c1127ba79f0e9dd2c3a9a5a775db8.tar.gz freebsd-ports-gnome-c0307c251b4c1127ba79f0e9dd2c3a9a5a775db8.tar.zst freebsd-ports-gnome-c0307c251b4c1127ba79f0e9dd2c3a9a5a775db8.zip |
make security/cyrus-sasl2-ldapdb buildable with OpenLDAP 2.3.
PR: ports/88324
Submitted by: skv
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/files/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/files/patch-configure b/security/cyrus-sasl2/files/patch-configure index 96669c572928..9856120464c4 100644 --- a/security/cyrus-sasl2/files/patch-configure +++ b/security/cyrus-sasl2/files/patch-configure @@ -1,7 +1,7 @@ Index: configure diff -u configure.orig configure --- configure.orig Sun May 15 14:58:28 2005 -+++ configure Wed May 18 00:40:41 2005 ++++ configure Wed Nov 2 19:11:22 2005 @@ -1583,6 +1583,7 @@ fi echo "$as_me:$LINENO: result: yes" >&5 @@ -107,3 +107,12 @@ diff -u configure.orig configure cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ +@@ -12253,6 +12258,8 @@ + char *__openldap_compat = "2.1.27 or better okay"; + #elif LDAP_VENDOR_VERSION_MAJOR == 2 && LDAP_VENDOR_VERSION_MINOR == 2 && LDAP_VENDOR_VERSION_PATCH > 5 + char *__openldap_compat = "2.2.6 or better okay"; ++#elif LDAP_VENDOR_VERSION_MAJOR == 2 && LDAP_VENDOR_VERSION_MINOR > 2 ++char *__openldap_compat = "2.3.0 or better okay"; + #endif + + _ACEOF |