diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-05 19:39:53 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-05 19:39:53 +0200 |
commit | 0d09c9e633769afd866d18fce87cb5646b277206 (patch) | |
tree | 4f0c52375f5f51fb7a7d3ffef963e9e274adaa84 /mozilla-724615.patch | |
parent | ec48c1f3b31ff648a59b2b80720414ea767c8d75 (diff) |
Thunderbird 13.0
Diffstat (limited to 'mozilla-724615.patch')
-rw-r--r-- | mozilla-724615.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/mozilla-724615.patch b/mozilla-724615.patch deleted file mode 100644 index d39e174..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/mozilla/xpcom/glue/objs.mk -+++ b/mozilla/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)) |