Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 733896
Collapse All | Expand All

(-)/usr/portage/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild (-1 / +2 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=7
5
5
6
inherit autotools desktop
6
inherit autotools desktop
7
7
Lines 40-45 Link Here
40
src_prepare() {
40
src_prepare() {
41
	default
41
	default
42
42
43
	sed -i -e "s:/usr/lib:$(get_libdir):" configure.ac config.rpath
43
	sed -i \
44
	sed -i \
44
		-e 's:AM_CFLAGS = $(AM_CXXFLAGS)::' \
45
		-e 's:AM_CFLAGS = $(AM_CXXFLAGS)::' \
45
		output/jack/Makefile.am || die
46
		output/jack/Makefile.am || die

Return to bug 733896