Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2009 21:21:15 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r10 - in trunk/www/firefox3-devel: . files
Message-ID:  <200904212121.n3LLLFlZ041866@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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)))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904212121.n3LLLFlZ041866>