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

Collapse All | Expand All

(-)media-sound/mpg123/mpg123-0.59s-r11.ebuild (+10 lines)
Lines 58-63 Link Here
58
	# Bug #130577
58
	# Bug #130577
59
	perl -e 'my @text = <STDIN>; my $str = join "",@text; $str =~ s/\\\n//gs; print $str' < Makefile > Makefile.fixed
59
	perl -e 'my @text = <STDIN>; my $str = join "",@text; $str =~ s/\\\n//gs; print $str' < Makefile > Makefile.fixed
60
	mv Makefile.fixed Makefile
60
	mv Makefile.fixed Makefile
61
62
	# Bug #113414
63
	sed \
64
		-e 's|-O[0-9]||g' \
65
	    -e 's|-funroll-loops||g' \
66
		-e 's|-funroll-all-loops||g' \
67
		-e 's|-finline-functions||g' \
68
		-e 's|-fomit-frame-pointer||g' \
69
		-e 's|-ffast-math||g' \
70
		-i Makefile
61
}
71
}
62
72
63
src_compile() {
73
src_compile() {

Return to bug 113414