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

Collapse All | Expand All

(-)js/src/configure.in.orig (-1 / +4 lines)
Lines 950-956 s390x) Link Here
950
    CPU_ARCH=s390x
950
    CPU_ARCH=s390x
951
    ;;
951
    ;;
952
952
953
hppa* | parisc)
953
hppa* | parisc*)
954
    CPU_ARCH=hppa
954
    CPU_ARCH=hppa
955
    ;;
955
    ;;
956
956
Lines 2129-2134 mips*-*) Link Here
2129
        AC_DEFINE(JS_NUNBOX32)
2121
        AC_DEFINE(JS_NUNBOX32)
2130
    fi
2122
    fi
2131
    ;;
2123
    ;;
2124
hppa*)
2125
    AC_DEFINE(JS_NUNBOX32)
2126
    ;;
2132
esac
2127
esac
2133
2128
2134
MOZ_ARG_DISABLE_BOOL(ion,
2129
MOZ_ARG_DISABLE_BOOL(ion,
2135
2130

Return to bug 563572