|
Lines 67-72
Link Here
|
| 67 |
# Switch off hardened tech |
67 |
# Switch off hardened tech |
| 68 |
filter-flags -fpie -fstack-protector |
68 |
filter-flags -fpie -fstack-protector |
| 69 |
|
69 |
|
|
|
70 |
# Disable explicetly all sse commands didn't helped here, bug forcing |
| 71 |
# pentium-m works. Fixes bug #212351. |
| 72 |
[[ ${ARCH} == x86 ]] && append-flags -march=pentium-mmx |
| 73 |
|
| 70 |
myconf="--disable-gcc-check" |
74 |
myconf="--disable-gcc-check" |
| 71 |
if use alsa; then |
75 |
if use alsa; then |
| 72 |
myconf="$myconf --enable-alsa" |
76 |
myconf="$myconf --enable-alsa" |
|
Lines 90-96
Link Here
|
| 90 |
${myconf} \ |
94 |
${myconf} \ |
| 91 |
|| die "could not configure" |
95 |
|| die "could not configure" |
| 92 |
|
96 |
|
| 93 |
emake || die "make failed" |
97 |
emake OS_CFLAGS="${CFLAGS}" || die "make failed" |
| 94 |
} |
98 |
} |
| 95 |
|
99 |
|
| 96 |
src_install() { |
100 |
src_install() { |