mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
7a9ac6777b
in r482967 which had SIGSEGV issue. PR: 232901
12 lines
399 B
PkgConfig
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@
|