ports/net/py-python-ldap/files/patch-setup.py
Ruslan Makhmatkhanov 977a121be4 Rename net/py-ldap to net/py-python-ldap
This makes portname conformant to upstream one. Also it is now allow
us to build a package with pep517, so switch to it
2023-11-17 04:53:44 +03:00

11 lines
335 B
Python

--- 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 = []