summaryrefslogtreecommitdiff
path: root/libre/iceape/xulrunner-27.0-build-arm.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-25 10:31:37 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-25 10:32:54 -0300
commit99fcac2922b36501fb65ef4e96cf2f2f6d3cb056 (patch)
tree68220e53fa0da81c949f07f31d88fbd17f6f6e39 /libre/iceape/xulrunner-27.0-build-arm.patch
parent3286eb96ad0242486bf84586e8cee45cd7a32cd8 (diff)
downloadabslibre-99fcac2922b36501fb65ef4e96cf2f2f6d3cb056.tar.gz
abslibre-99fcac2922b36501fb65ef4e96cf2f2f6d3cb056.tar.bz2
abslibre-99fcac2922b36501fb65ef4e96cf2f2f6d3cb056.zip
iceape-1:2.46-1: updating version
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',
+ ]