summaryrefslogtreecommitdiff
path: root/user/thunderbird/mozilla-build-arm.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-08-16 17:49:32 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-11-24 22:58:47 -0600
commit0f8c40ac77d1bc7ad0ba861f771bdd1207148ca2 (patch)
tree377284d074f8cea1662583875d03b548f8e5d5de /user/thunderbird/mozilla-build-arm.patch
parent1a7b7d68a2413c63cf01088c2c18b773c747efb7 (diff)
downloadpackages-0f8c40ac77d1bc7ad0ba861f771bdd1207148ca2.tar.gz
packages-0f8c40ac77d1bc7ad0ba861f771bdd1207148ca2.tar.bz2
packages-0f8c40ac77d1bc7ad0ba861f771bdd1207148ca2.tar.xz
packages-0f8c40ac77d1bc7ad0ba861f771bdd1207148ca2.zip
user/thunderbird: Update to 128.4.0esr
Bring in the same patches as Firefox.
Diffstat (limited to 'user/thunderbird/mozilla-build-arm.patch')
-rw-r--r--user/thunderbird/mozilla-build-arm.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/thunderbird/mozilla-build-arm.patch b/user/thunderbird/mozilla-build-arm.patch
index dcf2f6d8a..17c95d01d 100644
--- a/user/thunderbird/mozilla-build-arm.patch
+++ b/user/thunderbird/mozilla-build-arm.patch
@@ -1,10 +1,10 @@
--- ./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 @@
+@@ -53,7 +53,7 @@
'yuv_row_other.cpp',
]
--if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
+-if CONFIG['TARGET_CPU'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
+if CONFIG['HAVE_ARM_NEON']:
SOURCES += [
'yuv_row_arm.s',