Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2009 14:39:38 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r110 - branches/experimental/mail/thunderbird-devel/files
Message-ID:  <200909171439.n8HEdcgM058207@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Thu Sep 17 14:39:38 2009
New Revision: 110

Log:
- Fix build on sparc64

Cheers from:	EuroBSDCon 2009 Developer Summit

Added:
   branches/experimental/mail/thunderbird-devel/files/patch-mozilla-js-src-configure.in
Modified:
   branches/experimental/mail/thunderbird-devel/files/patch-security-coreconf-FreeBSD.mk

Added: branches/experimental/mail/thunderbird-devel/files/patch-mozilla-js-src-configure.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/mail/thunderbird-devel/files/patch-mozilla-js-src-configure.in	Thu Sep 17 14:39:38 2009	(r110)
@@ -0,0 +1,13 @@
+--- mozilla/js/src/configure.orig	2009-09-17 11:09:10.000000000 +0200
++++ mozilla/js/src/configure	2009-09-17 11:09:33.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,

Modified: branches/experimental/mail/thunderbird-devel/files/patch-security-coreconf-FreeBSD.mk
==============================================================================
--- branches/experimental/mail/thunderbird-devel/files/patch-security-coreconf-FreeBSD.mk	Mon Sep 14 18:23:01 2009	(r109)
+++ branches/experimental/mail/thunderbird-devel/files/patch-security-coreconf-FreeBSD.mk	Thu Sep 17 14:39:38 2009	(r110)
@@ -1,19 +1,23 @@
---- mozilla/security/coreconf/FreeBSD.mk.orig	2008-07-06 00:10:00.000000000 -0500
-+++ mozilla/security/coreconf/FreeBSD.mk	2008-07-06 00:12:34.000000000 -0500
-@@ -45,8 +45,12 @@
+--- mozilla/security/coreconf/FreeBSD.mk.orig	2009-07-15 22:37:25.000000000 +0200
++++ mozilla/security/coreconf/FreeBSD.mk	2009-09-17 14:40:09.000000000 +0200
+@@ -45,8 +45,16 @@
  ifeq ($(OS_TEST),alpha)
  CPU_ARCH		= alpha
  else
 +ifeq ($(OS_TEST),amd64)
 +CPU_ARCH		= amd64
 +else
++ifeq ($(OS_TEST),sparc64)
++CPU_ARCH		= sparc64
++else
  CPU_ARCH		= x86
  endif
 +endif
++endif
  
  OS_CFLAGS		= $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK
  
-@@ -73,7 +77,7 @@
+@@ -73,7 +81,7 @@
  DLL_SUFFIX		= so.1.0
  endif
  
@@ -22,7 +26,7 @@
  ifdef MAPFILE
  	MKSHLIB += -Wl,--version-script,$(MAPFILE)
  endif
-@@ -82,4 +86,4 @@
+@@ -82,4 +90,4 @@
  
  G++INCLUDES		= -I/usr/include/g++
  



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