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

Collapse All | Expand All

(-)asterisk-1.0.3.ebuild.orig (-1 / +1 lines)
Lines 70-76 Link Here
70
	cd ${S}
70
	cd ${S}
71
71
72
	# set cflags & mmx optimization
72
	# set cflags & mmx optimization
73
	sed -i -e "s:^\(OPTIMIZE=\).*:\1 ${CFLAGS}:" Makefile
73
	sed -i -e "s:^\(OPTIMIZE+=\).*:\1${CFLAGS}:" Makefile
74
74
75
	if use mmx; then
75
	if use mmx; then
76
		einfo "enabling mmx optimization"
76
		einfo "enabling mmx optimization"

Return to bug 77596