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

Collapse All | Expand All

(-)sdl-mixer-1.2.6-r1.ebuild~ (+8 lines)
Lines 29-34 Link Here
29
		-e 's:/usr/local/lib/timidity:/usr/share/timidity:' \
29
		-e 's:/usr/local/lib/timidity:/usr/share/timidity:' \
30
		timidity/config.h \
30
		timidity/config.h \
31
		|| die "sed timidity/config.h failed"
31
		|| die "sed timidity/config.h failed"
32
	sed -i \
33
		-e 's:-no-undefined:-allow-undefined:' \
34
		Makefile.am \
35
		|| die "sed Makefile.am failed"
36
	sed -i \
37
		-e 's:-no-undefined:-allow-undefined:' \
38
		Makefile.in \
39
		|| die "sed Makefile.in failed"
32
}
40
}
33
41
34
src_compile() {
42
src_compile() {

Return to bug 107815