mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
This makes portname conformant to upstream one. Also it is now allow us to build a package with pep517, so switch to it
11 lines
335 B
Python
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 = []
|