diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2018-05-02 13:36:21 +0000 |
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2018-05-02 13:36:21 +0000 |
| commit | b69d1beed403acb080eadf2700f86b97db390b86 (patch) | |
| tree | 2833ae287e73b9c1a9cf585c1517b6be1fafb77a /net/py-ldap/files/patch-setup.py | |
| parent | Update to version 1.26 (diff) | |
net/py-ldap: update to 3.0.0
Notes
Notes:
svn path=/head/; revision=468837
Diffstat (limited to '')
| -rw-r--r-- | net/py-ldap/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/py-ldap/files/patch-setup.py b/net/py-ldap/files/patch-setup.py new file mode 100644 index 000000000000..5c5f82de9fe3 --- /dev/null +++ b/net/py-ldap/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-02-14 10:21:57 UTC ++++ setup.py +@@ -23,7 +23,7 @@ import pkginfo + #-- A class describing the features and requirements of OpenLDAP 2.0 + class OpenLDAP2: + library_dirs = [] +- include_dirs = [] ++ include_dirs = ['%%LOCALBASE%%/include'] + extra_compile_args = [] + extra_link_args = [] + extra_objects = [] |
