diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-31 09:32:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-31 12:48:15 +0000 |
commit | 4c9e27a54c4f400e46645cb768b7743d2e29f9b1 (patch) | |
tree | efafab3e4b167b8a11a8991d468c1655d25403c4 /community/firefox-esr/mozilla-build-arm.patch | |
parent | a94573fafecc06cfd799ff83b4b3da40e29d469d (diff) | |
download | aports-4c9e27a54c4f400e46645cb768b7743d2e29f9b1.tar.bz2 aports-4c9e27a54c4f400e46645cb768b7743d2e29f9b1.tar.xz |
community/firefox-esr: renamed from firefox
Diffstat (limited to 'community/firefox-esr/mozilla-build-arm.patch')
-rw-r--r-- | community/firefox-esr/mozilla-build-arm.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/firefox-esr/mozilla-build-arm.patch b/community/firefox-esr/mozilla-build-arm.patch new file mode 100644 index 0000000000..dcf2f6d8a4 --- /dev/null +++ b/community/firefox-esr/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', + ] |