summaryrefslogtreecommitdiff
path: root/libre/iceape/xulrunner-27.0-build-arm.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-04-03 08:58:08 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-04-03 08:58:08 +0200
commita2a3e9288bb95a79d25cb9bb0ce61a24f975219a (patch)
treea7f3d2260bbc045925a3ed5b661745b36f6e4dbe /libre/iceape/xulrunner-27.0-build-arm.patch
parentfee0f496dfad560a55b4613067bf9ef5da0dd0c9 (diff)
libre/iceape: updated to 2.49.2
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, 0 insertions, 12 deletions
diff --git a/libre/iceape/xulrunner-27.0-build-arm.patch b/libre/iceape/xulrunner-27.0-build-arm.patch
deleted file mode 100644
index f82dc4f36..000000000
--- a/libre/iceape/xulrunner-27.0-build-arm.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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',
- ]