aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla/fennec
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-20 15:40:13 +0100
committerKoen Kooi <koen@openembedded.org>2009-03-20 15:40:13 +0100
commitb3f902c51428af11d721a7ab71de19b89f866dd7 (patch)
treeb375d380d387a0afe25f0bfb252d9e4b14ca8b52 /recipes/mozilla/fennec
parentd094b05396f90895c89322236fb4049741b3ebdb (diff)
downloadopenembedded-b3f902c51428af11d721a7ab71de19b89f866dd7.tar.gz
fennec: update from alpha to beta release, work around latest mozilla bugs (filed upstream)
Diffstat (limited to 'recipes/mozilla/fennec')
-rw-r--r--recipes/mozilla/fennec/jsautocfg-dontoverwrite.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes/mozilla/fennec/jsautocfg-dontoverwrite.patch b/recipes/mozilla/fennec/jsautocfg-dontoverwrite.patch
index 39978cfd11..b3188de32f 100644
--- a/recipes/mozilla/fennec/jsautocfg-dontoverwrite.patch
+++ b/recipes/mozilla/fennec/jsautocfg-dontoverwrite.patch
@@ -1,17 +1,17 @@
---- mozilla/js/src/Makefile.in.orig 2006-12-12 11:46:02.000000000 +0000
-+++ mozilla/js/src/Makefile.in 2006-12-12 11:46:27.000000000 +0000
-@@ -319,20 +319,8 @@
+--- /tmp/Makefile.in 2009-03-20 10:34:54.000000000 +0100
++++ mozilla-central/js/src/Makefile.in 2009-03-20 10:35:18.000000000 +0100
+@@ -507,20 +507,8 @@
- jsopcode.h jsopcode.c: jsopcode.tbl
+ export:: jsautocfg.h
--ifeq (,$(CROSS_COMPILE)$(filter-out WINNT,$(OS_ARCH)))
- jsautocfg.h:
- touch $@
--else
--ifeq ($(OS_ARCH),WINCE)
+-ifeq (,$(CROSS_COMPILE)$(GNU_CC)$(filter-out WINNT,$(OS_ARCH)))
-jsautocfg.h:
- touch $@
-else
+-ifeq ($(OS_ARCH),WINCE)
+ jsautocfg.h:
+ touch $@
+-else
-jsautocfg.h: jscpucfg$(HOST_BIN_SUFFIX)
- @rm -f $@ jsautocfg.tmp
- ./jscpucfg > jsautocfg.tmp