openbsd-ports/multimedia/xine-lib/patches/patch-misc_libxine_pc_in

14 lines
558 B
Plaintext
Raw Normal View History

$OpenBSD: patch-misc_libxine_pc_in,v 1.3 2008/04/15 11:24:14 jakemsr Exp $
--- misc/libxine.pc.in.orig Sun Apr 6 14:32:21 2008
+++ misc/libxine.pc.in Mon Apr 14 20:28:43 2008
@@ -22,7 +22,7 @@ Name: libxine
Description: The xine engine library
Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@@XINE_PATCH@
Requires:
-Libs: -L${libdir} -lxine
+Libs: -L${libdir} -lxine @PTHREAD_LIBS@
Libs.private: @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LIBICONV@ @RT_LIBS@
-Cflags: -I${includedir}
+Cflags: -I${includedir} @PTHREAD_CFLAGS@
Cflags.private: @PTHREAD_CFLAGS@