Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / databases / py-ldap / patches / patch-aa
blob151a918c3682642fe9e4e04be86d191d648a87bd
1 $NetBSD$
3 --- setup.cfg.orig      2012-02-21 17:18:54.000000000 +0000
4 +++ setup.cfg
5 @@ -1,10 +1,10 @@
6  [_ldap]
7 -library_dirs = /opt/openldap-RE24/lib /usr/lib
8 -include_dirs = /opt/openldap-RE24/include /usr/include/sasl /usr/include
9 -defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
10 +library_dirs = @PY_LDAP_LIBRARY_DIRS@
11 +include_dirs = @PY_LDAP_INCLUDE_DIRS@
12 +defines = HAVE_TLS HAVE_LIBLDAP_R
13  extra_compile_args = 
14  extra_objects = 
15 -libs = ldap_r
16 +libs = @PY_LDAP_LIBS@
18  [install]
19  compile = 1