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

Collapse All | Expand All

(-)a/app-emulation/virtualbox/virtualbox-6.1.32-r1.ebuild (+4 lines)
Lines 264-269 src_configure() { Link Here
264
	if use amd64 && ! has_multilib_profile ; then
264
	if use amd64 && ! has_multilib_profile ; then
265
		myconf+=( --disable-vmmraw )
265
		myconf+=( --disable-vmmraw )
266
	fi
266
	fi
267
	cat >> LocalConfig.kmk <<EOF || die
268
CFLAGS=${CFLAGS}
269
CXXFLAGS=${CXXFLAGS}
270
EOF
267
	# not an autoconf script
271
	# not an autoconf script
268
	doecho ./configure "${myconf[@]}"
272
	doecho ./configure "${myconf[@]}"
269
}
273
}

Return to bug 843437