| Summary: | kdemultimedia-3.5.6: asoundlib.h not found (forgot to include library path?) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Urs Hunkeler <urs.hunkeler> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | fixed typo | ||
|
Description
Urs Hunkeler
2007-02-09 10:29:05 UTC
Created attachment 109623 [details, diff]
fixed typo
--- ./kdemultimedia-3.5.6-alsa-tests.patch 2007-02-09 13:07:47.000000000 +0100
+++ ./kdemultimedia-3.5.6-alsa-tests.patch.fix 2007-02-09 13:06:15.000000000 +0100
@@ -90,7 +90,7 @@
- AC_DEFINE(HAVE_ARTS_LIBASOUND, 1, [Define if you have libasound.so.1 (required for ALSA 0.5.x support)])
+ elif test "x$have_alsa05" = "xyes"; then
+ have_alsa="yes"
-+ AC_CEHCK_HEADERS([sys/asoundlib.h])
++ AC_CHECK_HEADERS([sys/asoundlib.h])
+ AC_DEFINE(HAVE_LIBASOUND1, 1, [Define if you have libasound.so.1 (required for ALSA 0.5.x support)])
+ ALSA_LIBS="-lasound"
fi
*** This bug has been marked as a duplicate of bug 165932 *** |