diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-03-22 22:52:22 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-03-23 22:47:00 +0100 |
| commit | e7eafb0f242026dc7c302d744994e82da6da3631 (patch) | |
| tree | 7c4fa4ac49c38a2ebdc7d89a589d3382f99cd0fb /package/libsidplay2/0002-pkg-config.patch | |
| parent | c967551b4ccc5f1041b865102912031347d3d2ef (diff) | |
| download | buildroot-e7eafb0f242026dc7c302d744994e82da6da3631.tar.gz buildroot-e7eafb0f242026dc7c302d744994e82da6da3631.zip | |
package/libsidplay2: new package
Needed for upcoming kodi-audiodecoder-sidplay package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libsidplay2/0002-pkg-config.patch')
| -rw-r--r-- | package/libsidplay2/0002-pkg-config.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/libsidplay2/0002-pkg-config.patch b/package/libsidplay2/0002-pkg-config.patch new file mode 100644 index 0000000000..ce37e94209 --- /dev/null +++ b/package/libsidplay2/0002-pkg-config.patch @@ -0,0 +1,25 @@ +Include correct libdir in pkgconfig files + +Downloaded from +https://sources.debian.net/src/sidplay-libs/2.1.1-14/debian/patches/pkg-config.patch/ + +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> + +--- sidplay-libs-2.1.1.orig/libsidplay/unix/libsidplay2.pc.in ++++ sidplay-libs-2.1.1/libsidplay/unix/libsidplay2.pc.in +@@ -7,5 +7,5 @@ builders=@builders@ + Name: @PACKAGE@ + Description: C64 cycle exact stereo sidplayer library. + Version: @VERSION@ +-Libs: ${libdir}/libsidplay2.la ++Libs: -L${libdir} -lsidplay2 + Cflags: -DHAVE_UNIX -I${includedir} +--- sidplay-libs-2.1.1.orig/libsidutils/unix/libsidutils.pc.in ++++ sidplay-libs-2.1.1/libsidutils/unix/libsidutils.pc.in +@@ -6,5 +6,5 @@ includedir=@includedir@ + Name: @PACKAGE@ + Description: Utils for supporting the libsidplay2 library. + Version: @VERSION@ +-Libs: ${libdir}/libsidutils.la ++Libs: -L${libdir} -lsidutils + Cflags: -DHAVE_UNIX -I${includedir} |

