aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-11-02 21:40:24 +0800
committerrene <rene@FreeBSD.org>2018-11-02 21:40:24 +0800
commite745ed32d7b6cef7c428075b64a75abb6cbd6de7 (patch)
tree810984732ff2bcc7b406242348f683d67df254c2 /mail
parentabe85598b76e65884f63f5d35b14a7a5837c77ee (diff)
downloadfreebsd-ports-gnome-e745ed32d7b6cef7c428075b64a75abb6cbd6de7.tar.gz
freebsd-ports-gnome-e745ed32d7b6cef7c428075b64a75abb6cbd6de7.tar.zst
freebsd-ports-gnome-e745ed32d7b6cef7c428075b64a75abb6cbd6de7.zip
Followup on r483807.
jbeich commented on some ports in D17724 but I forgot to add them to the list. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/files/patch-ipc_glue_MessageChannel.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/mail/thunderbird/files/patch-ipc_glue_MessageChannel.cpp b/mail/thunderbird/files/patch-ipc_glue_MessageChannel.cpp
deleted file mode 100644
index 9f6881a64620..000000000000
--- a/mail/thunderbird/files/patch-ipc_glue_MessageChannel.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-To be removed after FreeBSD 10.* EOL
-
---- ipc/glue/MessageChannel.cpp.orig 2017-11-02 16:16:32 UTC
-+++ ipc/glue/MessageChannel.cpp
-@@ -685,6 +685,11 @@ MessageChannel::WillDestroyCurrentMessageLoop()
- mWorkerLoop = nullptr;
- }
-
-+#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION < 4000
-+// Work around UB in __tree crashing mPendingPromises.clear()
-+// http://llvm.org/viewvc/llvm-project?view=revision&revision=276003
-+[[clang::optnone]]
-+#endif
- void
- MessageChannel::Clear()
- {