Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 2010 18:14:52 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r314 - branches/experimental/www/seamonkey2-devel/files
Message-ID:  <201005131814.o4DIEqYT056475@trillian.chruetertee.ch>

index | next in thread | raw e-mail

Author: andreast
Date: Thu May 13 18:14:52 2010
New Revision: 314

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

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

Added: branches/experimental/www/seamonkey2-devel/files/patch-mozilla-gfx-ycbcr-chromium_types.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/seamonkey2-devel/files/patch-mozilla-gfx-ycbcr-chromium_types.h	Thu May 13 18:14:52 2010	(r314)
@@ -0,0 +1,13 @@
+--- mozilla/gfx/ycbcr/chromium_types.h.orig	2010-05-13 12:11:28.000000000 +0200
++++ mozilla/gfx/ycbcr/chromium_types.h	2010-05-13 12:12: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


home | help

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