--- wine-1.9.5.ebuild 2016-03-13 18:39:18.363575358 +0100 +++ wine-1.9.5-fixed.ebuild 2016-03-13 18:39:03.092487496 +0100 @@ -176,7 +176,7 @@ # bug #574044 if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) = 3 ]]; then einfo "Checking for gcc-5-3 stack realignment compiler bug ..." - $(tc-getCC) -O2 "${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || die + $(tc-getCC) -O2 -c "${FILESDIR}"/pr69140.c -o "${T}"/pr69140.o || die # Run in subshell to prevent "Aborted" message if ! ( "${T}"/69140 || false ) >/dev/null 2>&1; then eerror "Wine cannot be built with this version of gcc-5.3"