mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
1305d65ff1
written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol (SIP) with rich multimedia framework and NAT traversal functionality into high level API that is portable and suitable for almost any type of systems ranging from desktops, embedded systems, to mobile handsets. WWW: http://www.pjsip.org/ Please note that default options are tailored for use by the upcoming asterisk13 port.
12 lines
404 B
Python
12 lines
404 B
Python
--- pkgconfig.py.orig 2012-10-04 07:36:39 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="/usr/local/libdata/pkgconfig"
|
|
PKG_CONFIG_PATH = PKG_CONFIG_PATH.replace(";", ":")
|
|
|
|
# Parse files
|