diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2024-03-13 13:55:36 +0300 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2024-03-13 13:57:54 +0300 |
| commit | 473cf29a8f51a5fdb042ae81d711c08116bc68d0 (patch) | |
| tree | bc087e901cd3917232c76a128a450b568f0914e4 /databases/ldb25/files/patch-wscript | |
| parent | 77995e0fa8b5093983b3c4fcdd01a7db55454e12 (diff) | |
databases/ldb25: drop hardcoded path, pet portlint (+)
* replace /usr/local/libdata/pkgconfig with %%PKGCONFIGDIR%% macro in patch
* switch to USES+= localbase:ldflags
Approved by: portmgr blanket
Diffstat (limited to 'databases/ldb25/files/patch-wscript')
| -rw-r--r-- | databases/ldb25/files/patch-wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ldb25/files/patch-wscript b/databases/ldb25/files/patch-wscript index ff413e81afff..81600dc38d83 100644 --- a/databases/ldb25/files/patch-wscript +++ b/databases/ldb25/files/patch-wscript @@ -5,7 +5,7 @@ if not 'PACKAGE_VERSION' in bld.env: bld.env.PACKAGE_VERSION = VERSION - bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig' -+ bld.env.PKGCONFIGDIR = '/usr/local/libdata/pkgconfig' ++ bld.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%' private_library = False else: private_library = True |
