Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2010 10:55:57 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r351 - branches/experimental/www/firefox3-devel/files
Message-ID:  <201007131055.o6DAtvpe002819@trillian.chruetertee.ch>

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



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