diff options
Diffstat (limited to 'multimedia/libxine/files/patch-misc_libxine.pc.in')
-rw-r--r-- | multimedia/libxine/files/patch-misc_libxine.pc.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/libxine/files/patch-misc_libxine.pc.in b/multimedia/libxine/files/patch-misc_libxine.pc.in index 7e48545688cc..27331d82ac8d 100644 --- a/multimedia/libxine/files/patch-misc_libxine.pc.in +++ b/multimedia/libxine/files/patch-misc_libxine.pc.in @@ -1,14 +1,14 @@ ---- misc/libxine.pc.in.orig 2008-02-03 22:02:31.000000000 +0900 -+++ misc/libxine.pc.in 2008-02-03 22:03:24.000000000 +0900 -@@ -19,7 +19,7 @@ +--- misc/libxine.pc.in.orig ++++ misc/libxine.pc.in +@@ -22,7 +22,7 @@ Name: libxine Description: The xine engine library Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@@XINE_PATCH@ - Requires: + Requires.private: @XDG_BASEDIR_REQUIRES@ -Libs: -L${libdir} -lxine -Libs.private: @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LIBICONV@ @RT_LIBS@ -Cflags: -I${includedir} -Cflags.private: @PTHREAD_CFLAGS@ +Libs: -L${libdir} -lxine @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LIBICONV@ @RT_LIBS@ -+Libs.private: ++Libs.private: +Cflags: -I${includedir} @PTHREAD_CFLAGS@ -+Cflags.private: ++Cflags.private: |