| 1 |
There is absolutely no point in using libtool files of libresid-builder, or even expect them to be present. |
| 2 |
|
| 3 |
http://bugs.gentoo.org/416619 |
| 4 |
http://moc.daper.net/node/832 |
| 5 |
|
| 6 |
--- decoder_plugins/sidplay2/sidplay2.m4 |
| 7 |
+++ decoder_plugins/sidplay2/sidplay2.m4 |
| 8 |
@@ -19,10 +19,10 @@ |
| 9 |
if test "x$sidutils_OK" = "xyes"; then |
| 10 |
s2lib=`$PKG_CONFIG --variable=libdir libsidplay2 2>/dev/null` |
| 11 |
resid_OK="no" |
| 12 |
- AC_CHECK_FILE([$s2lib/libresid-builder.la], |
| 13 |
- [resid_lib="$s2lib/libresid-builder.la" |
| 14 |
+ AC_CHECK_FILE([$s2lib/libresid-builder.so], |
| 15 |
+ [resid_lib="$s2lib/libresid-builder.so" |
| 16 |
resid_OK="yes"], |
| 17 |
- [resid_lib="$s2lib/sidplay/builders/libresid-builder.la" |
| 18 |
+ [resid_lib="$s2lib/sidplay/builders/libresid-builder.so" |
| 19 |
AC_CHECK_FILE($resid_lib, [resid_OK="yes"],)]) |
| 20 |
if test "x$resid_OK" = "xyes"; then |
| 21 |
sidplay2_LDFLAGS="$resid_lib" |