diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-31 02:03:01 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-31 02:03:01 +0000 |
commit | 42bc4e48021d4fa15c5e403cc87da8c4e0de9c9a (patch) | |
tree | 5aa7f3b50cea9e6b2e6e60ea4c6160dc95c1c662 /multimedia/librtmp/files/patch-librtmp-librtmp.pc.in | |
parent | Stagify and switch to modern LIB_DEPENDS syntax. (diff) |
- Split the library part of multimedia/rtmpdump into multimedia/librtmp.
- Update ports depending on librtmp.
- Add instruction to avoid a build error in multimedia/rtmpdump under a
specific condition.
Notes
Notes:
svn path=/head/; revision=332194
Diffstat (limited to 'multimedia/librtmp/files/patch-librtmp-librtmp.pc.in')
-rw-r--r-- | multimedia/librtmp/files/patch-librtmp-librtmp.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/librtmp/files/patch-librtmp-librtmp.pc.in b/multimedia/librtmp/files/patch-librtmp-librtmp.pc.in new file mode 100644 index 000000000000..ce58268b4367 --- /dev/null +++ b/multimedia/librtmp/files/patch-librtmp-librtmp.pc.in @@ -0,0 +1,11 @@ +--- librtmp/librtmp.pc.in.orig 2013-10-07 03:52:05.000000000 +0900 ++++ librtmp/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@ |