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

Collapse All | Expand All

(-)mplayer-1.0_pre5-r4.ebuild.orig (-7 / +1 lines)
Lines 382-397 Link Here
382
	myconf="${myconf} $(use_enable mmx)"
382
	myconf="${myconf} $(use_enable mmx)"
383
	myconf="${myconf} $(use_enable mmx2)"
383
	myconf="${myconf} $(use_enable mmx2)"
384
	myconf="${myconf} $(use_enable 3dnow)"
384
	myconf="${myconf} $(use_enable 3dnow)"
385
	myconf="${myconf} $(use_enable altivec)"
385
	myconf="${myconf} $(use_enable debug)"
386
	myconf="${myconf} $(use_enable debug)"
386
	myconf="${myconf} $(use_enable nls i18n)"
387
	myconf="${myconf} $(use_enable nls i18n)"
387
388
388
	if use ppc64
389
	then
390
		myconf="${myconf} --disable-altivec"
391
	else
392
		myconf="${myconf} $(use_enable altivec)"
393
	fi
394
395
	if use real
389
	if use real
396
	then
390
	then
397
		if [ -d /usr/$(get_libdir)/real ]
391
		if [ -d /usr/$(get_libdir)/real ]

Return to bug 68112