Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248143 | Differences between
and this patch

Collapse All | Expand All

(-)tcpsound-0.3.1.ebuild.orig (+6 lines)
Lines 17-22 Link Here
17
	media-libs/libsdl
17
	media-libs/libsdl
18
	dev-libs/libmba"
18
	dev-libs/libmba"
19
19
20
src_unpack() {
21
	unpack ${A}
22
	cd "${S}"
23
	epatch "${FILESDIR}"/$P-as-needed.patch
24
}
25
20
src_compile() {
26
src_compile() {
21
	sed -i -e "s;/usr/share/sounds:/usr/local/share/sounds;/usr/share/tcpsound;g"\
27
	sed -i -e "s;/usr/share/sounds:/usr/local/share/sounds;/usr/share/tcpsound;g"\
22
		"${S}"/src/tcpsound.c "${S}"/elaborate.conf
28
		"${S}"/src/tcpsound.c "${S}"/elaborate.conf

Return to bug 248143