diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-08 08:56:06 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-08 08:56:06 +0000 |
commit | ab0a516e661ae48fb407ef8b80022d443cf346c6 (patch) | |
tree | 5e64dfeb065ed4bdd55d8630ac90a8b36370a169 /www/libxul/files/patch-js-src-configure.in | |
parent | - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal") (diff) |
- Update to 1.9.2.8
PR: ports/149044
Expr-run by: pav@
Thanks to: Andreas Tobler <andreast-list AT fgznet.ch>, decke@
Notes
Notes:
svn path=/head/; revision=258911
Diffstat (limited to '')
-rw-r--r-- | www/libxul/files/patch-js-src-configure.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/libxul/files/patch-js-src-configure.in b/www/libxul/files/patch-js-src-configure.in new file mode 100644 index 000000000000..962541ba9cff --- /dev/null +++ b/www/libxul/files/patch-js-src-configure.in @@ -0,0 +1,13 @@ +--- js/src/configure.in.orig 2009-09-30 21:50:26.000000000 +0200 ++++ js/src/configure.in 2009-09-30 21:50:44.000000000 +0200 +@@ -2467,10 +2467,6 @@ + ENABLE_JIT=1 + NANOJIT_ARCH=ARM + ;; +-sparc*-*) +- ENABLE_JIT=1 +- NANOJIT_ARCH=Sparc +- ;; + esac + + MOZ_ARG_DISABLE_BOOL(jit, |