2008-04-15 07:24:14 -04:00
|
|
|
$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
|
2007-06-13 06:58:28 -04:00
|
|
|
Description: The xine engine library
|
2008-01-29 22:52:32 -05:00
|
|
|
Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@@XINE_PATCH@
|
2007-06-13 06:58:28 -04:00
|
|
|
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@
|