summaryrefslogtreecommitdiff
path: root/databases/py-ldap/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-ldap/patches/patch-aa')
-rw-r--r--databases/py-ldap/patches/patch-aa8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/py-ldap/patches/patch-aa b/databases/py-ldap/patches/patch-aa
index fd8a4ad732d..bf3fa73f4b7 100644
--- a/databases/py-ldap/patches/patch-aa
+++ b/databases/py-ldap/patches/patch-aa
@@ -1,16 +1,18 @@
-$NetBSD: patch-aa,v 1.7 2011/07/08 10:23:35 adam Exp $
+$NetBSD: patch-aa,v 1.8 2011/11/28 10:58:50 adam Exp $
--- setup.cfg.orig 2011-06-02 18:08:10.000000000 +0000
+++ setup.cfg
-@@ -1,9 +1,9 @@
+@@ -1,10 +1,10 @@
[_ldap]
-library_dirs = /opt/openldap-RE24/lib
-include_dirs = /opt/openldap-RE24/include /usr/include/sasl
+library_dirs = @PY_LDAP_LIBRARY_DIRS@
+include_dirs = @PY_LDAP_INCLUDE_DIRS@
+-defines = HAVE_SASL HAVE_TLS
++defines = HAVE_TLS
extra_compile_args = -g
extra_objects =
--libs = ldap_r lber sasl2 ssl crypto
+-libs = ldap_r
+libs = @PY_LDAP_LIBS@
[install]