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

Collapse All | Expand All

(-)ffmpeg-0.4.9_p20060530.ebuild.ori (+8 lines)
Lines 184-189 Link Here
184
		"--cc=$(tc-getCC)" \
184
		"--cc=$(tc-getCC)" \
185
		${myconf} || die "shared failed"
185
		${myconf} || die "shared failed"
186
186
187
	# temp fix for mmx on x86
188
	if [[ $(tc-arch) == "x86" ]]; then
189
		if (use mmx); then
190
			ewarn "Removing PIC supports"
191
			sed -i -e "s/PIC\=.*/PIC\=/g" config.mak
192
		fi
193
	fi
194
187
	emake || die "shared failed"
195
	emake || die "shared failed"
188
}
196
}
189
197

Return to bug 142380