Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2009 14:03:24 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r80 - branches/experimental/www/firefox3/files trunk/www/firefox3/files
Message-ID:  <200908161403.n7GE3OuY008612@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Sun Aug 16 14:03:24 2009
New Revision: 80

Log:
- Fix build on powerpc

Submitted by:	Andreas Tobler <andreast-list AT fgznet.ch>

Modified:
   branches/experimental/www/firefox3/files/patch-security-coreconf-FreeBSD.mk
   trunk/www/firefox3/files/patch-security-coreconf-FreeBSD.mk

Modified: branches/experimental/www/firefox3/files/patch-security-coreconf-FreeBSD.mk
==============================================================================
--- branches/experimental/www/firefox3/files/patch-security-coreconf-FreeBSD.mk	Fri Aug 14 15:48:44 2009	(r79)
+++ branches/experimental/www/firefox3/files/patch-security-coreconf-FreeBSD.mk	Sun Aug 16 14:03:24 2009	(r80)
@@ -1,19 +1,23 @@
---- security/coreconf/FreeBSD.mk.orig	2008-07-06 00:10:00.000000000 -0500
-+++ security/coreconf/FreeBSD.mk	2008-07-06 00:12:34.000000000 -0500
-@@ -45,8 +45,12 @@
+--- security/coreconf/FreeBSD.mk.orig	2009-07-30 17:30:28.000000000 +0200
++++ security/coreconf/FreeBSD.mk	2009-08-10 22:22:56.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),powerpc)
++CPU_ARCH		= powerpc
++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++
  

Modified: trunk/www/firefox3/files/patch-security-coreconf-FreeBSD.mk
==============================================================================
--- trunk/www/firefox3/files/patch-security-coreconf-FreeBSD.mk	Fri Aug 14 15:48:44 2009	(r79)
+++ trunk/www/firefox3/files/patch-security-coreconf-FreeBSD.mk	Sun Aug 16 14:03:24 2009	(r80)
@@ -1,19 +1,23 @@
---- security/coreconf/FreeBSD.mk.orig	2008-07-06 00:10:00.000000000 -0500
-+++ security/coreconf/FreeBSD.mk	2008-07-06 00:12:34.000000000 -0500
-@@ -45,8 +45,12 @@
+--- security/coreconf/FreeBSD.mk.orig	2009-07-30 17:30:28.000000000 +0200
++++ security/coreconf/FreeBSD.mk	2009-08-10 22:22:56.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),powerpc)
++CPU_ARCH		= powerpc
++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?200908161403.n7GE3OuY008612>