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

Collapse All | Expand All

(-)comm-1.9.1.orig/configure.in (+3 lines)
Lines 1487-1492 Link Here
1487
x86_64 | ia64)
1487
x86_64 | ia64)
1488
    CPU_ARCH="$OS_TEST"
1488
    CPU_ARCH="$OS_TEST"
1489
    ;;
1489
    ;;
1490
arm*)
1491
    CPU_ARCH="arm"
1492
    ;;
1490
esac
1493
esac
1491
1494
1492
if test -z "$OS_TARGET"; then
1495
if test -z "$OS_TARGET"; then
(-)comm-1.9.1.orig/mozilla/js/src/configure.in (+3 lines)
Lines 1221-1226 Link Here
1221
x86_64 | ia64)
1221
x86_64 | ia64)
1222
    CPU_ARCH="$OS_TEST"
1222
    CPU_ARCH="$OS_TEST"
1223
    ;;
1223
    ;;
1224
arm*)
1225
    CPU_ARCH="arm"
1226
    ;;
1224
esac
1227
esac
1225
1228
1226
if test -z "$OS_TARGET"; then
1229
if test -z "$OS_TARGET"; then

Return to bug 327783