freebsd-ports/multimedia/librtmp/files/patch-librtmp-librtmp.pc.in
Hiroki Sato 781cc7defe - Update to a snapshot as of 20151223.
- Strip binaries.
2016-02-29 03:13:06 +00:00

11 lines
383 B
PkgConfig

--- librtmp.pc.in.orig 2016-02-29 01:15:13 UTC
+++ librtmp.pc.in
@@ -8,6 +8,6 @@ Description: RTMP implementation
Version: @VERSION@
Requires: @CRYPTO_REQ@
URL: http://rtmpdump.mplayerhq.hu
-Libs: -L${libdir} -lrtmp -lz @PUBLIC_LIBS@
+Libs: -L${libdir} -L@OPENSSLLIB@ -lrtmp -lz @PUBLIC_LIBS@
Libs.private: @PRIVATE_LIBS@
-Cflags: -I${incdir}
+Cflags: -I${incdir} -I@OPENSSLINC@