summaryrefslogtreecommitdiff
path: root/net/libsrtp/files/patch-libsrtp.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/libsrtp/files/patch-libsrtp.pc.in')
-rw-r--r--net/libsrtp/files/patch-libsrtp.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/libsrtp/files/patch-libsrtp.pc.in b/net/libsrtp/files/patch-libsrtp.pc.in
new file mode 100644
index 000000000000..a954489a06b6
--- /dev/null
+++ b/net/libsrtp/files/patch-libsrtp.pc.in
@@ -0,0 +1,10 @@
+--- libsrtp.pc.in.orig 2014-12-30 16:27:06 UTC
++++ libsrtp.pc.in
+@@ -7,5 +7,6 @@ Name: @PACKAGE_NAME@
+ Version: @PACKAGE_VERSION@
+ Description: Library for SRTP (Secure Realtime Transport Protocol)
+
+-Libs: -L${libdir} -lsrtp @LIBS@
++Libs: -L${libdir} -lsrtp
++Requires.private: libcrypto
+ Cflags: -I${includedir}