From 1305d65ff1b4d55ab518449a290eb50da9f8f9c3 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Mon, 15 Dec 2014 14:42:32 +0000 Subject: PJSIP is a free and open source multimedia communication library 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. --- net/pjsip/files/patch-pkgconfig.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/pjsip/files/patch-pkgconfig.py (limited to 'net/pjsip/files/patch-pkgconfig.py') diff --git a/net/pjsip/files/patch-pkgconfig.py b/net/pjsip/files/patch-pkgconfig.py new file mode 100644 index 000000000000..32a08e5a1bef --- /dev/null +++ b/net/pjsip/files/patch-pkgconfig.py @@ -0,0 +1,11 @@ +--- 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 -- cgit v1.2.3