1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/net/libsrtp/files/patch-libsrtp.pc.in
Tijl Coosemans 72051dd08b Update net/libsrtp to 1.5.2 and use base OpenSSL on FreeBSD 10 and up
PR:		198903
Tested by:	madpilot
Approved by:	maintainer timeout (18 days)
2015-04-12 12:11:57 +00:00

11 lines
308 B
PkgConfig

--- 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
+Libs.private: -lcrypto
Cflags: -I${includedir}