Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79837 - slmodem should not use CONFIG_SND
Summary: slmodem should not use CONFIG_SND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-28 05:39 UTC by Christian Roessner
Modified: 2005-01-28 06:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Roessner 2005-01-28 05:39:24 UTC
I can not compile slmodem on my laptop, because the compile process stops telling me for missing CONFIG_SND support. The truth is, I do not use the kernel alsa stuff. I use alsa-driver and therefor do not have CONFIG_SND set in /usr/sr/linux/.config.

Regards
Christian


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2005-01-28 06:20:22 UTC
thanks, fixed in portage with:

--- slmodem-2.9.9a-r2.ebuild.orig       2005-01-28 15:15:36.000000000 +0100
+++ slmodem-2.9.9a-r2.ebuild    2005-01-28 15:15:48.000000000 +0100
@@ -25,6 +25,9 @@
        BUILD_TARGETS="all"
 
        local CONFIG_CHECK=""
-       if useq alsa; then
-               CONFIG_CHECK="${CONFIG_CHECK} SND"
-       fi
        if useq usb; then
                CONFIG_CHECK="${CONFIG_CHECK} USB"
        fi