[SVN-Commit] r10 - in trunk/www/firefox3-devel: . files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Apr 21 21:21:23 UTC 2009


Author: flo
Date: Tue Apr 21 21:21:15 2009
New Revision: 10

Log:
- disable nanojit for sparc64 this allows the port to build
- set MAKE_JOBS_SAFE

Added:
   trunk/www/firefox3-devel/files/patch-js-src-Makefile.in
Modified:
   trunk/www/firefox3-devel/Makefile

Modified: trunk/www/firefox3-devel/Makefile
==============================================================================
--- trunk/www/firefox3-devel/Makefile	Tue Apr 21 14:16:26 2009	(r9)
+++ trunk/www/firefox3-devel/Makefile	Tue Apr 21 21:21:15 2009	(r10)
@@ -31,6 +31,7 @@
 			lib/${MOZILLA}/include lib/${MOZILLA}/lib \
 			lib/${MOZILLA}/sdk/idl lib/${MOZILLA}/sdk/include
 
+MAKE_JOBS_SAFE=	yes
 WANT_GNOME=	yes
 ALL_TARGET=	default
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}

Added: trunk/www/firefox3-devel/files/patch-js-src-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/firefox3-devel/files/patch-js-src-Makefile.in	Tue Apr 21 21:21:15 2009	(r10)
@@ -0,0 +1,13 @@
+--- js/src/Makefile.in.orig	2009-04-21 18:08:09.606270279 +0200
++++ js/src/Makefile.in	2009-04-21 18:08:19.662470270 +0200
+@@ -116,8 +116,8 @@
+ 
+ ifeq (sparc,$(findstring sparc,$(OS_TEST)))
+ DEFINES += -DAVMPLUS_SPARC
+-NANOJIT_ARCH = Sparc
+-ENABLE_JIT = 1
++#NANOJIT_ARCH = Sparc
++#ENABLE_JIT = 1
+ endif
+ 
+ ifneq (,$(filter Linux Darwin SunOS FreeBSD,$(OS_ARCH)))


More information about the freebsd-gecko mailing list