freebsd-ports/www/firefox35/files/patch-js-src-configure
Beat Gaetzi 041534db9e - Fix build on powerpc and sparc64
Submitted by:	Andreas Tobler <andreast-list AT fgznet.ch>
2009-08-19 01:58:38 +00:00

13 lines
317 B
Text

--- js/src/configure.orig 2009-06-23 23:44:34.000000000 +0200
+++ js/src/configure 2009-06-23 23:44:46.000000000 +0200
@@ -6916,10 +6916,6 @@
ENABLE_JIT=1
NANOJIT_ARCH=ARM
;;
-sparc*-*)
- ENABLE_JIT=1
- NANOJIT_ARCH=Sparc
- ;;
esac
# Check whether --enable-jit or --disable-jit was given.