Date: Sat, 18 Aug 2012 07:06:06 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r939 - branches/experimental/www/seamonkey/files Message-ID: <201208180706.q7I766mB063694@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Aug 18 07:06:06 2012 New Revision: 939 Log: sparc64 already defines __sparcv9, so use the ifdef for it $ fgrep -C3 __sparcv9 contrib/gcc/config/sparc/freebsd.h builtin_define ("__LP64__"); \ builtin_define ("__sparc64__"); \ builtin_define ("__sparc_v9__"); \ builtin_define ("__sparcv9"); \ builtin_define ("__sparc__"); \ builtin_define ("__arch64__"); \ Deleted: branches/experimental/www/seamonkey/files/patch-mozilla-gfx-ycbcr-chromium_types.h Deleted: branches/experimental/www/seamonkey/files/patch-mozilla-gfx-ycbcr-chromium_types.h ============================================================================== --- branches/experimental/www/seamonkey/files/patch-mozilla-gfx-ycbcr-chromium_types.h Sat Aug 18 07:06:06 2012 (r938) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,13 +0,0 @@ ---- mozilla/gfx/ycbcr/chromium_types.h.orig 2010-07-12 11:52:39.000000000 +0200 -+++ mozilla/gfx/ycbcr/chromium_types.h 2010-07-12 11:53:21.000000000 +0200 -@@ -72,6 +72,10 @@ - #define ARCH_CPU_SPARC_FAMILY 1 - #define ARCH_CPU_SPARC 1 - #define ARCH_CPU_64_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?201208180706.q7I766mB063694>