diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-03-24 22:52:30 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-03-24 22:52:30 +0000 |
commit | 596d02bf3e6e913dd543eeaec3b6b0142aeda39d (patch) | |
tree | fdd1ea94cac6633e2fbed968e8160b9cb2393ad4 /net/nss_ldap/files/patch-ldap-nss.c | |
parent | Drop maintainership (diff) |
- Update to 1.249 [1]
- Fix build when sasl installed.
PR: ports/94049 [1]
Submitted by: Dmitriy Kirhlarov <dkirhlarov@oilspace.com> [1]
Notes
Notes:
svn path=/head/; revision=158088
Diffstat (limited to 'net/nss_ldap/files/patch-ldap-nss.c')
-rw-r--r-- | net/nss_ldap/files/patch-ldap-nss.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/nss_ldap/files/patch-ldap-nss.c b/net/nss_ldap/files/patch-ldap-nss.c new file mode 100644 index 000000000000..000f0058bf1b --- /dev/null +++ b/net/nss_ldap/files/patch-ldap-nss.c @@ -0,0 +1,11 @@ +--- ldap-nss.c.orig Sat Mar 25 00:26:47 2006 ++++ ldap-nss.c Sat Mar 25 00:26:53 2006 +@@ -68,7 +68,7 @@ + #endif + + /* Try to handle systems with both SASL libraries installed */ +-#if defined(HAVE_SASL_SASL_H) && defined(HAVE_SASL_AUXPROP_REQUEST) ++#if defined(HAVE_SASL_SASL_H) + #include <sasl/sasl.h> + #elif defined(HAVE_SASL_H) + #include <sasl.h> |