mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Major rework of port for better compliance with Porters Handbook and general guidelines. Pass maintainership to submitter Changelog: https://github.com/pjsip/pjproject/releases/tag/2.14.1 PR: 277445
11 lines
407 B
Python
11 lines
407 B
Python
--- pkgconfig.py.orig 2024-03-04 22:10:19 UTC
|
|
+++ pkgconfig.py
|
|
@@ -117,7 +117,7 @@ if __name__ == "__main__":
|
|
# Fix search path
|
|
PKG_CONFIG_PATH = os.getenv("PKG_CONFIG_PATH", "").strip()
|
|
if not PKG_CONFIG_PATH:
|
|
- PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/lib/pkgconfig"
|
|
+ PKG_CONFIG_PATH="%%LOCALBASE%%/libdata/pkgconfig"
|
|
PKG_CONFIG_PATH = PKG_CONFIG_PATH.replace(";", ":")
|
|
|
|
# Parse files
|