try-harder-to-disable-neon.patch
disable-neon-in-qcms.patch
patch-out-neon-in-freebl.patch
+use-a-define-instead-of-a-typedef-for-do.patch
--- /dev/null
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Thu, 16 Dec 2021 16:46:38 +0000
+X-Dgit-Generated: 1:91.3.2-1+rpi1 10aa006b9ea2d3980ee1e37aa18a8c8910ee2e39
+Subject: Use a #define instead of a typedef for double_t in fdlibm to prevent conflicting definitions error.
+
+
+---
+
+--- thunderbird-91.3.2.orig/modules/fdlibm/src/math_private.h
++++ thunderbird-91.3.2/modules/fdlibm/src/math_private.h
+@@ -35,7 +35,7 @@ typedef double __double_t;
+ #else
+ typedef long double __double_t;
+ #endif
+-typedef __double_t double_t;
++#define double_t __double_t
+ typedef float __float_t;
+ /*
+ * The original fdlibm code used statements like: