summaryrefslogtreecommitdiff
path: root/libre/iceape/xulrunner-27.0-build-arm.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-03-04 21:05:14 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-03-04 21:06:52 +0100
commit8d7a9daf1038cdefd25aa3224b4a742d696ca94b (patch)
tree143f6494f2f0cc4ab6cfd0199d904a140a81d6a0 /libre/iceape/xulrunner-27.0-build-arm.patch
parentcbf062a36ec75d8a11b53244da5a3a2b0af98571 (diff)
libre/iceape: updated to 2.49.4
Diffstat (limited to 'libre/iceape/xulrunner-27.0-build-arm.patch')
-rw-r--r--libre/iceape/xulrunner-27.0-build-arm.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/iceape/xulrunner-27.0-build-arm.patch b/libre/iceape/xulrunner-27.0-build-arm.patch
new file mode 100644
index 000000000..f82dc4f36
--- /dev/null
+++ b/libre/iceape/xulrunner-27.0-build-arm.patch
@@ -0,0 +1,12 @@
+diff -up xulrunner-27.0/mozilla-release/gfx/ycbcr/moz.build.arm xulrunner-27.0/mozilla-release/gfx/ycbcr/moz.build
+--- firefox-27.0/mozilla-release/gfx/ycbcr/moz.build.arm 2014-01-28 05:03:42.000000000 +0100
++++ firefox-27.0/mozilla-release/gfx/ycbcr/moz.build 2014-02-03 11:14:34.062219509 +0100
+@@ -61,7 +61,7 @@ else:
+ 'yuv_row_other.cpp',
+ ]
+
+-if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
++if CONFIG['HAVE_ARM_NEON']:
+ SOURCES += [
+ 'yuv_row_arm.s',
+ ]