Commit Debian 3.0 (quilt) metadata archive/raspbian/102.9.0esr-1_deb10u1+rpi1 raspbian/102.9.0esr-1_deb10u1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Sat, 1 Apr 2023 15:06:56 +0000 (15:06 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 1 Apr 2023 15:06:56 +0000 (15:06 +0000)
[dgit (8.5) quilt-fixup]

debian/patches/fix-key-error-in-medialibvpxmoz.build.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/fix-key-error-in-medialibvpxmoz.build.patch b/debian/patches/fix-key-error-in-medialibvpxmoz.build.patch
new file mode 100644 (file)
index 0000000..9a762c5
--- /dev/null
@@ -0,0 +1,19 @@
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Sat, 1 Apr 2023 14:51:20 +0000
+X-Dgit-Generated: 102.9.0esr-1~deb10u1+rpi1 142857cf04bb98225cf7d09cbad460bd7ec0683a
+Subject: Fix key error in media/libvpx/moz.build
+
+
+---
+
+--- firefox-esr-102.9.0esr.orig/media/libvpx/moz.build
++++ firefox-esr-102.9.0esr/media/libvpx/moz.build
+@@ -37,7 +37,7 @@ elif CONFIG['CPU_ARCH'] == 'x86':
+     else: # Android, Linux, BSDs, etc.
+         ASFLAGS += [ '-I%s/media/libvpx/config/linux/ia32/' % TOPSRCDIR ]
+         LOCAL_INCLUDES += [ '/media/libvpx/config/linux/ia32/' ]
+-elif CONFIG['CPU_ARCH'] == 'arm':
++elif (CONFIG['CPU_ARCH'] == 'arm') and ('ARM_EXPORTS' in files):
+     EXPORTS.vpx += files['ARM_EXPORTS']
+     ASFLAGS += [
+         '-I%s/media/libvpx/config/linux/arm/' % TOPSRCDIR,
index 7ede2060fe0510077e8c22d81036ed4e7e8569cd..3224cb3114d5c0776e4de70768d021243d2d9ada 100644 (file)
@@ -33,3 +33,4 @@ disable-neon-in-qcms.patch
 use-a-define-instead-of-a-typedef-for-do.patch
 disable-more-armv7neon-stuff.patch
 disable-jit.patch
+fix-key-error-in-medialibvpxmoz.build.patch