aboutsummaryrefslogtreecommitdiffstats
path: root/community/firefox/mozilla-build-arm.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-09-30 13:03:16 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-30 13:03:16 +0200
commitf8f12a1762ad21637c24bf91b05725e792871b0f (patch)
tree0b941bb30869ad0582f3fa8a386dd25adf1e1f71 /community/firefox/mozilla-build-arm.patch
parent929dd180fe472aa962dc6603a807be97fa7fbb06 (diff)
downloadaports-f8f12a1762ad21637c24bf91b05725e792871b0f.tar.bz2
aports-f8f12a1762ad21637c24bf91b05725e792871b0f.tar.xz
community/firefox: moved from main
Diffstat (limited to 'community/firefox/mozilla-build-arm.patch')
-rw-r--r--community/firefox/mozilla-build-arm.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/firefox/mozilla-build-arm.patch b/community/firefox/mozilla-build-arm.patch
new file mode 100644
index 0000000000..dcf2f6d8a4
--- /dev/null
+++ b/community/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',
+ ]