Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2009 19:38:00 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r121 - branches/experimental/mail/thunderbird-devel/files
Message-ID:  <200909301938.n8UJc0Ej090526@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: andreast
Date: Wed Sep 30 19:38:00 2009
New Revision: 121

Log:
Add support for powerpc.

Modified:
   branches/experimental/mail/thunderbird-devel/files/patch-security-coreconf-FreeBSD.mk

Modified: branches/experimental/mail/thunderbird-devel/files/patch-security-coreconf-FreeBSD.mk
==============================================================================
--- branches/experimental/mail/thunderbird-devel/files/patch-security-coreconf-FreeBSD.mk	Tue Sep 29 20:38:30 2009	(r120)
+++ branches/experimental/mail/thunderbird-devel/files/patch-security-coreconf-FreeBSD.mk	Wed Sep 30 19:38:00 2009	(r121)
@@ -1,12 +1,15 @@
---- 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 @@
+--- security/coreconf/FreeBSD.mk.orig	2009-09-16 02:57:02.000000000 +0200
++++ security/coreconf/FreeBSD.mk	2009-09-30 16:44:43.000000000 +0200
+@@ -45,8 +45,20 @@
  ifeq ($(OS_TEST),alpha)
  CPU_ARCH		= alpha
  else
 +ifeq ($(OS_TEST),amd64)
 +CPU_ARCH		= amd64
 +else
++ifeq ($(OS_TEST),powerpc)
++CPU_ARCH		= powerpc
++else
 +ifeq ($(OS_TEST),sparc64)
 +CPU_ARCH		= sparc64
 +else
@@ -14,10 +17,11 @@
  endif
 +endif
 +endif
++endif
  
  OS_CFLAGS		= $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK
  
-@@ -73,7 +81,7 @@
+@@ -73,7 +85,7 @@
  DLL_SUFFIX		= so.1.0
  endif
  
@@ -26,9 +30,9 @@
  ifdef MAPFILE
  	MKSHLIB += -Wl,--version-script,$(MAPFILE)
  endif
-@@ -82,4 +90,4 @@
+@@ -82,4 +94,4 @@
  
  G++INCLUDES		= -I/usr/include/g++
  
 -INCLUDES		+= -I/usr/X11R6/include
-+#INCLUDES		+= -I/usr/X11R6/include
++#INCLUDES		+= -I/usr/local/include



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