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

(-)/usr/portage/dev-lang/yasm/yasm-1.1.0-r1.ebuild (+8 lines)
Lines 42-47 Link Here
42
		$(use_enable nls)
42
		$(use_enable nls)
43
}
43
}
44
44
45
src_compile() {
46
	if [[ ( "${ABI}" == "x86" ) && ( "${DEFAULT_ABI}" == "amd64" ) ]]; then
47
		emake CFLAGS_FOR_BUILD="${CFLAGS}" CC_FOR_BUILD="${CC} -std=gnu99 ${CFLAGS}"
48
	else
49
		emake || die
50
	fi
51
}
52
45
src_install() {
53
src_install() {
46
	emake DESTDIR="${D}" install || die
54
	emake DESTDIR="${D}" install || die
47
	dodoc AUTHORS
55
	dodoc AUTHORS

Return to bug 378955