summaryrefslogtreecommitdiff
path: root/extra/js/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-26 20:57:51 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-26 20:57:51 +0200
commit8f88428db7509e434696538e7c757392400d178b (patch)
tree51d998ad01b4819a839de77165ef597b211cd49b /extra/js/PKGBUILD
parent37451b22bc828c2cb19b49f70007659331c52a7c (diff)
Disable js on mips64el, it has the same build problems as recent Iceweasel.
Diffstat (limited to 'extra/js/PKGBUILD')
-rw-r--r--extra/js/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/js/PKGBUILD b/extra/js/PKGBUILD
index fc35a4f22..08b23ec77 100644
--- a/extra/js/PKGBUILD
+++ b/extra/js/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=js
pkgver=17.0.0
pkgrel=1
pkgdesc="JavaScript interpreter and libraries"
-arch=(i686 x86_64 mips64el)
+arch=(i686 x86_64)
url="https://developer.mozilla.org/En/SpiderMonkey/17"
license=(MPL)
depends=(nspr gcc-libs libffi readline)