Created attachment 650720 [details, diff] alsaplayer ebuild fix Path to /usr/lib is hardcoded in: configure.ac and config.rpath so that pkg-config result in trying to link libraries from /usr/lib, which will fail on amd64 target. adding to src_prepare (before calling eautoreconf): sed -i -e "s:/usr/lib:$(get_libdir):" configure.ac config.rpath fixes things
*** Bug 740738 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfa2b10bb6bcf4c42cf978dd535c9539a99ad17 commit 4bfa2b10bb6bcf4c42cf978dd535c9539a99ad17 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-03-09 17:41:46 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-03-09 17:42:29 +0000 media-sound/alsaplayer: fix libdir Thanks-to: Samuel Bauer <samuel.bauer@yahoo.fr> Closes: https://bugs.gentoo.org/733896 Signed-off-by: Sam James <sam@gentoo.org> media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)