| Bug#: 45059 | Product: Gentoo Linux | Version: 1.4_rc4 | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: minor | Priority: P2 |
| Resolution: FIXED | Assigned To: stkn@gentoo.org | Reported By: kr@roqe.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: pwlib ebuild doesn't integrate ESD (esound) support | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-03-18 13:21 0000 | |||
| Description: | Opened: 2004-03-18 13:21 0000 |
Problem:
The ESDDIR variable is not set within the pwlib ebuild.
Background:
Support for the ESD (esound) system is compiled into the oss plugin of the
pwlib if the ESDDIR environment variable points to the esound package during
compilation time.
A temporary fix might look like this:
# ESDDIR=/usr emerge pwlib
(Watch for -DUSE_ESD=1 during compilation to go sure)
fixed in cvs: g++ ... -DUSE_ESD=1 ...
fixed some time ago