Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 413661
Collapse All | Expand All

(-)/usr/portage/media-libs/x264/x264-0.0.20111220.ebuild (-1 / +2 lines)
Lines 31-37 Link Here
31
else
31
else
32
	KEYWORDS="alpha amd64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
32
	KEYWORDS="alpha amd64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
33
fi
33
fi
34
IUSE="10bit custom-cflags debug +interlaced pic static-libs +threads"
34
IUSE="10bit custom-cflags debug +interlaced pic sse static-libs +threads"
35
35
36
RDEPEND=""
36
RDEPEND=""
37
DEPEND="amd64? ( >=dev-lang/yasm-1 )
37
DEPEND="amd64? ( >=dev-lang/yasm-1 )
Lines 83-88 Link Here
83
		cflags="${cflags//$(get-flag O)/}"
83
		cflags="${cflags//$(get-flag O)/}"
84
		cflags="${cflags//-O? /$(get-flag O) }"
84
		cflags="${cflags//-O? /$(get-flag O) }"
85
		cflags="${cflags//-g /}"
85
		cflags="${cflags//-g /}"
86
		use sse || cflags="${cflags//-mfpmath=sse -msse/}"
86
		sed -i "s:^CFLAGS=.*:CFLAGS=${cflags//:/\\:}:" config.mak
87
		sed -i "s:^CFLAGS=.*:CFLAGS=${cflags//:/\\:}:" config.mak
87
	fi
88
	fi
88
}
89
}

Return to bug 413661