[SVN-Commit] r351 - branches/experimental/www/firefox3-devel/files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Jul 13 10:56:04 UTC 2010


Author: andreast
Date: Tue Jul 13 10:55:57 2010
New Revision: 351

Log:
Add CPU support for sparc64 in chromium_types.h.

Added:
   branches/experimental/www/firefox3-devel/files/patch-gfx-ycbcr-chromium_types.h

Added: branches/experimental/www/firefox3-devel/files/patch-gfx-ycbcr-chromium_types.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox3-devel/files/patch-gfx-ycbcr-chromium_types.h	Tue Jul 13 10:55:57 2010	(r351)
@@ -0,0 +1,13 @@
+--- gfx/ycbcr/chromium_types.h.orig	2010-07-13 10:19:12.000000000 +0200
++++ gfx/ycbcr/chromium_types.h	2010-07-13 10:19:31.000000000 +0200
+@@ -64,6 +64,10 @@
+ #define ARCH_CPU_PPC_FAMILY 1
+ #define ARCH_CPU_PPC 1
+ #define ARCH_CPU_32_BITS 1
++#elif defined(__sparc64__)
++#define ARCH_CPU_SPARC_FAMILY 1
++#define ARCH_CPU_SPARC 1
++#define ARCH_CPU_64_BITS 1
+ #else
+ #error Please add support for your architecture in chromium_types.h
+ #endif


More information about the freebsd-gecko mailing list