summaryrefslogtreecommitdiffstats
path: root/testing/xulrunner/mozilla-build-arm.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-03 14:47:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-03 14:47:28 +0000
commit67f0d66bcc7f22d53d3b00a97fc0c98eaf411430 (patch)
tree6d2d398432c47101e23f1edeaa7b00c394fbc8ea /testing/xulrunner/mozilla-build-arm.patch
parent6bf481e6ab8edac1c66698dcc1a6eee048b75f0d (diff)
downloadaports-67f0d66bcc7f22d53d3b00a97fc0c98eaf411430.tar.bz2
aports-67f0d66bcc7f22d53d3b00a97fc0c98eaf411430.tar.xz
testing/xulrunner: add xulrunner-32.0
Diffstat (limited to 'testing/xulrunner/mozilla-build-arm.patch')
-rw-r--r--testing/xulrunner/mozilla-build-arm.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/xulrunner/mozilla-build-arm.patch b/testing/xulrunner/mozilla-build-arm.patch
new file mode 100644
index 000000000..dcf2f6d8a
--- /dev/null
+++ b/testing/xulrunner/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',
+ ]