summaryrefslogtreecommitdiff
path: root/package/firefox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-26 13:04:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-26 13:04:43 +0200
commitd2f923e9f834cf75f5db8f9169e023054114abe7 (patch)
treebdb7d626e01c30f11398bdd5071a27050d36edca /package/firefox
parent25da8db58f2503dc08da07a5f11270691a6baa24 (diff)
parente0cff236a7b5f42dd5f9ba337841d7f3a4f15bb3 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/firefox')
-rw-r--r--package/firefox/Makefile2
-rw-r--r--package/firefox/patches/patch-js_src_Makefile_in11
2 files changed, 12 insertions, 1 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile
index 81c97c511..e57bf9bcf 100644
--- a/package/firefox/Makefile
+++ b/package/firefox/Makefile
@@ -29,7 +29,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,FIREFOX,firefox,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-ifeq (${ADK_LINUX_MIPS64EL},y)
+ifeq (${ADK_TARGET_SYSTEM_LEMOTE_YEELONG},y)
CONFIGURE_ARGS+= --disable-ipc
else ifeq (${ADK_TARGET_LIB_UCLIBC},y)
CONFIGURE_ARGS+= --disable-ipc
diff --git a/package/firefox/patches/patch-js_src_Makefile_in b/package/firefox/patches/patch-js_src_Makefile_in
new file mode 100644
index 000000000..483f95418
--- /dev/null
+++ b/package/firefox/patches/patch-js_src_Makefile_in
@@ -0,0 +1,11 @@
+--- mozilla-2.0.orig/js/src/Makefile.in 2011-03-19 00:33:47.000000000 +0100
++++ mozilla-2.0/js/src/Makefile.in 2011-04-24 19:54:11.707672834 +0200
+@@ -375,7 +375,7 @@ CPPSRCS += checks.cc \
+ # END enclude sources for V8 dtoa
+ #############################################
+
+-ifeq (,$(filter-out powerpc sparc,$(TARGET_CPU)))
++ifeq (,$(filter arm %86 x86_64,$(TARGET_CPU)))
+
+ VPATH += $(srcdir)/assembler \
+ $(srcdir)/assembler/wtf \