summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-ipc_chromium_src_build_build_config_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-07-30 19:53:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-07-30 19:53:32 +0200
commitee9a8efcee8c69c6c3f15c5dc0165fbf1196a019 (patch)
tree751a9e836088f10c86018c7dc91beab3116af845 /package/firefox/patches/patch-ipc_chromium_src_build_build_config_h
parent31435d4e6fd2932bf322992e724ab1619b14f63f (diff)
some updates. only startup on lemote works, then system crashes
Diffstat (limited to 'package/firefox/patches/patch-ipc_chromium_src_build_build_config_h')
-rw-r--r--package/firefox/patches/patch-ipc_chromium_src_build_build_config_h15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/firefox/patches/patch-ipc_chromium_src_build_build_config_h b/package/firefox/patches/patch-ipc_chromium_src_build_build_config_h
new file mode 100644
index 000000000..a281ad81e
--- /dev/null
+++ b/package/firefox/patches/patch-ipc_chromium_src_build_build_config_h
@@ -0,0 +1,15 @@
+--- mozilla-release.orig/ipc/chromium/src/build/build_config.h 2011-07-08 03:15:22.000000000 +0200
++++ mozilla-release/ipc/chromium/src/build/build_config.h 2011-07-29 16:23:31.000000000 +0200
+@@ -60,6 +60,12 @@
+ #elif defined(__ppc__)
+ #define ARCH_CPU_PPC 1
+ #define ARCH_CPU_32_BITS 1
++#elif defined(__mips__)
++#define ARCH_CPU_MIPS 1
++#define ARCH_CPU_32_BITS 1
++#elif defined(__mips64__)
++#define ARCH_CPU_MIPS 1
++#define ARCH_CPU_64_BITS 1
+ #else
+ #error Please add support for your architecture in build/build_config.h
+ #endif