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 _______________________________________________ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"