summaryrefslogtreecommitdiffstats
path: root/mozilla-724615.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-06 19:24:41 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-06 19:24:41 +0200
commit922f247fc19dbbe1eb361dbe21439c5f4c536945 (patch)
treed0e098489ce311d8d54c526a869ad1b42a650699 /mozilla-724615.patch
parent07b0d8807bee3b8033cd75101ed0c59c6e5302e5 (diff)
Xulrunner 13.0, Firefox 13.0
Diffstat (limited to 'mozilla-724615.patch')
-rw-r--r--mozilla-724615.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/mozilla-724615.patch b/mozilla-724615.patch
deleted file mode 100644
index cc78c1b..0000000
--- a/mozilla-724615.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-# HG changeset patch
-# Parent 6292e55419d1730a2e88a56fd30b2440ce0b393a
-# User Raúl Porcel <armin76@gentoo.org>
-Bug XXXXXX - Fix TARGET_CPU usage on ARM
-
-
-diff --git a/xpcom/glue/objs.mk b/xpcom/glue/objs.mk
---- a/xpcom/glue/objs.mk
-+++ b/xpcom/glue/objs.mk
-@@ -71,13 +71,13 @@ XPCOM_GLUENS_SRC_LCPPSRCS = \
- SSE.cpp \
- unused.cpp \
- nsProxyRelease.cpp \
- nsTextFormatter.cpp \
- GenericFactory.cpp \
- FileUtils.cpp \
- $(NULL)
-
--ifeq (arm,$(TARGET_CPU))
-+ifneq (,$(filter arm%,$(TARGET_CPU)))
- XPCOM_GLUENS_SRC_LCPPSRCS += arm.cpp
- endif
-
- XPCOM_GLUENS_SRC_CPPSRCS = $(addprefix $(topsrcdir)/xpcom/glue/,$(XPCOM_GLUENS_SRC_LCPPSRCS))