View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r1.ebuild (-1 / +5 lines)
 Lines 67-72    Link Here 
	# Switch off hardened tech
	# Switch off hardened tech
	filter-flags -fpie -fstack-protector
	filter-flags -fpie -fstack-protector
	# Disable explicetly all sse commands didn't helped here, bug forcing
	# pentium-m works. Fixes bug #212351.
	[[ ${ARCH} == x86 ]] && append-flags -march=pentium-mmx
	myconf="--disable-gcc-check"
	myconf="--disable-gcc-check"
	if use alsa; then
	if use alsa; then
		myconf="$myconf --enable-alsa"
		myconf="$myconf --enable-alsa"
 Lines 90-96    Link Here 
		${myconf} \
		${myconf} \
		|| die "could not configure"
		|| die "could not configure"
	emake || die "make failed"
	emake OS_CFLAGS="${CFLAGS}" || die "make failed"
}
}
src_install() {
src_install() {