1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/multimedia/librtmp/files/patch-librtmp-librtmp.pc.in
Hiroki Sato 7a9ac6777b Add a new OpenSSL 1.1.x patchset and revert broken one imported
in r482967 which had SIGSEGV issue.

PR:	232901
2019-03-17 00:54:15 +00:00

12 lines
399 B
PkgConfig

--- librtmp/librtmp.pc.in.orig 2016-02-29 01:15:13 UTC
+++ librtmp/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@