Commit Debian 3.0 (quilt) metadata archive/raspbian/1%102.9.0-1_deb10u1+rpi1 raspbian/1%102.9.0-1_deb10u1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 11 May 2023 20:53:44 +0000 (20:53 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 11 May 2023 20:53:44 +0000 (20:53 +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..a860eb8
--- /dev/null
@@ -0,0 +1,19 @@
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Thu, 11 May 2023 20:32:47 +0000
+X-Dgit-Generated: 1:102.9.0-1~deb10u1+rpi1 9a72722b6b71861836cf59e664b3f994186a31fe
+Subject: Fix key error in media/libvpx/moz.build
+
+
+---
+
+--- thunderbird-102.9.0.orig/media/libvpx/moz.build
++++ thunderbird-102.9.0/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 420b13c4cb74c41977ab84bfa5b309a8efc3a50b..43cf1f3e842c8549a25032e1aca21350429096b3 100644 (file)
@@ -36,3 +36,4 @@ use-a-define-instead-of-a-typedef-for-do.patch
 further-raspbian-hacks-to-rust-target-se.patch
 disable-more-armv7neon-stuff.patch
 disable-jit.patch
+fix-key-error-in-medialibvpxmoz.build.patch