aboutsummaryrefslogtreecommitdiffstats
path: root/main/firefox/mozilla-build-arm.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-29 16:02:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-29 16:38:44 +0000
commit95489293ef40dfd46498b08f2dfb3b6fa1c288ec (patch)
tree5a4391756bb5fbe4172b852add03e1086b74f64b /main/firefox/mozilla-build-arm.patch
parentee754870689436f39cc3500b4d3af63435fb0eb3 (diff)
downloadaports-95489293ef40dfd46498b08f2dfb3b6fa1c288ec.tar.bz2
aports-95489293ef40dfd46498b08f2dfb3b6fa1c288ec.tar.xz
main/firefox: upgrade to 31.2.0 esr
dont build xulrunner separately
Diffstat (limited to 'main/firefox/mozilla-build-arm.patch')
-rw-r--r--main/firefox/mozilla-build-arm.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/firefox/mozilla-build-arm.patch b/main/firefox/mozilla-build-arm.patch
new file mode 100644
index 0000000000..dcf2f6d8a4
--- /dev/null
+++ b/main/firefox/mozilla-build-arm.patch
@@ -0,0 +1,11 @@
+--- ./gfx/ycbcr/moz.build.orig 2014-04-03 13:50:38.990296661 +0000
++++ ./gfx/ycbcr/moz.build 2014-04-03 13:52:26.878268547 +0000
+@@ -59,7 +59,7 @@
+ 'yuv_row_other.cpp',
+ ]
+
+-if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
++if CONFIG['HAVE_ARM_NEON']:
+ SOURCES += [
+ 'yuv_row_arm.s',
+ ]