|
|
# 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" |
|
|
${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() { |