summaryrefslogtreecommitdiff
path: root/mozilla-build-arm.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2014-03-19 12:08:51 +0100
committerMartin Stransky <stransky@anakreon.cz>2014-03-19 12:08:51 +0100
commite61423f806ce431fb389a199cced74886f30967e (patch)
tree53edad3ea5235ac47354c970bea92c74a0a4210d /mozilla-build-arm.patch
parentrelease up (diff)
downloadlibrewolf-fedora-ff-e61423f806ce431fb389a199cced74886f30967e.tar.gz
librewolf-fedora-ff-e61423f806ce431fb389a199cced74886f30967e.tar.bz2
librewolf-fedora-ff-e61423f806ce431fb389a199cced74886f30967e.zip
Arm build fix
Diffstat (limited to 'mozilla-build-arm.patch')
-rw-r--r--mozilla-build-arm.patch20
1 files changed, 16 insertions, 4 deletions
diff --git a/mozilla-build-arm.patch b/mozilla-build-arm.patch
index d61884e..1628018 100644
--- a/mozilla-build-arm.patch
+++ b/mozilla-build-arm.patch
@@ -1,7 +1,7 @@
-diff -up firefox-27.0/mozilla-release/gfx/ycbcr/moz.build.arm firefox-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:
+diff -up firefox-28.0/mozilla-release/gfx/ycbcr/moz.build.arm firefox-28.0/mozilla-release/gfx/ycbcr/moz.build
+--- firefox-28.0/mozilla-release/gfx/ycbcr/moz.build.arm 2014-03-11 01:54:04.000000000 +0100
++++ firefox-28.0/mozilla-release/gfx/ycbcr/moz.build 2014-03-11 10:12:19.586220802 +0100
+@@ -59,7 +59,7 @@ else:
'yuv_row_other.cpp',
]
@@ -10,3 +10,15 @@ diff -up firefox-27.0/mozilla-release/gfx/ycbcr/moz.build.arm firefox-27.0/mozil
SOURCES += [
'yuv_row_arm.s',
]
+diff -up firefox-28.0/mozilla-release/media/libtheora/lib/moz.build.arm firefox-28.0/mozilla-release/media/libtheora/lib/moz.build
+--- firefox-28.0/mozilla-release/media/libtheora/lib/moz.build.arm 2014-03-11 01:54:13.000000000 +0100
++++ firefox-28.0/mozilla-release/media/libtheora/lib/moz.build 2014-03-19 12:00:57.491064764 +0100
+@@ -20,7 +20,7 @@ UNIFIED_SOURCES += [
+ 'state.c',
+ ]
+
+-if CONFIG['OS_TEST'] == 'arm' and CONFIG['GNU_AS']:
++if CONFIG['GNU_AS']:
+ GENERATED_SOURCES += [ '%s.%s' % (f, CONFIG['ASM_SUFFIX']) for f in [
+ 'armbits-gnu',
+ 'armfrag-gnu',
bgstack15