openbsd-ports/net/rtmpdump/patches/patch-librtmp_librtmp_pc_in
sthen dc3f15e2bd - handle newer rtmp servers; from upstream SVN via Nigel Taylor
- fix the inclusion order of network headers (netinet/in.h before arpa/inet.h)
2011-03-21 09:46:31 +00:00

18 lines
501 B
Plaintext

$OpenBSD: patch-librtmp_librtmp_pc_in,v 1.1 2011/03/21 09:46:31 sthen Exp $
--- librtmp/librtmp.pc.in.orig Wed Jun 30 20:58:34 2010
+++ librtmp/librtmp.pc.in Sun Mar 20 19:11:50 2011
@@ -1,6 +1,6 @@
prefix=@prefix@
exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=@libdir@
incdir=${prefix}/include
Name: librtmp
@@ -9,4 +9,5 @@ Version: @VERSION@
Requires: @CRYPTO_REQ@
URL: http://rtmpdump.mplayerhq.hu
Libs: -L${libdir} -lrtmp -lz
+Libs.private: @PRIVATE_LIBS@
Cflags: -I${incdir}