diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-04-01 21:10:05 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-04-01 21:10:05 +0000 |
commit | dbaf04e7de829b6e919e77b9addee04fe0ec7599 (patch) | |
tree | 1b17314a52bf2c2cbb1850888f4771d929327866 /recipes/libxine/libxine-1.1.16/iconv.patch | |
parent | 95f33f6c42bb02eb7574fb3647ed93fc14a9a073 (diff) | |
parent | 3d25ff174b24e7691e17ceddeef5ce95f9f4e6a6 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libxine/libxine-1.1.16/iconv.patch')
-rw-r--r-- | recipes/libxine/libxine-1.1.16/iconv.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/libxine/libxine-1.1.16/iconv.patch b/recipes/libxine/libxine-1.1.16/iconv.patch new file mode 100644 index 0000000000..d3c7cc8c6f --- /dev/null +++ b/recipes/libxine/libxine-1.1.16/iconv.patch @@ -0,0 +1,12 @@ +Index: xine-lib-1.1.15/misc/libxine.pc.in +=================================================================== +--- xine-lib-1.1.15.orig/misc/libxine.pc.in 2008-09-19 00:50:07.144738536 +0200 ++++ xine-lib-1.1.15/misc/libxine.pc.in 2008-09-19 00:50:17.962908808 +0200 +@@ -23,6 +23,6 @@ + Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@@XINE_PATCH@ + Requires: + Libs: -L${libdir} -lxine +-Libs.private: @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LIBICONV@ @RT_LIBS@ ++Libs.private: @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LTLIBICONV@ @RT_LIBS@ + Cflags: -I${includedir} + Cflags.private: @PTHREAD_CFLAGS@ |