From 6a917eba17aeeb5bc59d377c717745639f4ce33c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 28 Apr 2012 16:35:45 +0200 Subject: Enigmail 1.4.1 for Thunderbird 12.0 --- mozilla-724615.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mozilla-724615.patch (limited to 'mozilla-724615.patch') diff --git a/mozilla-724615.patch b/mozilla-724615.patch new file mode 100644 index 0000000..d39e174 --- /dev/null +++ b/mozilla-724615.patch @@ -0,0 +1,24 @@ +# HG changeset patch +# Parent 6292e55419d1730a2e88a56fd30b2440ce0b393a +# User Raúl Porcel +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)) -- cgit