mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
11 lines
398 B
PkgConfig
11 lines
398 B
PkgConfig
--- librtmp.pc.in.orig 2013-10-07 03:52:05.000000000 +0900
|
|
+++ librtmp.pc.in 2013-10-07 04:00:16.000000000 +0900
|
|
@@ -8,6 +8,6 @@
|
|
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@
|