aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-ipc_ipc__message__utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-ipc_ipc__message__utils.cc')
-rw-r--r--devel/electron37/files/patch-ipc_ipc__message__utils.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-ipc_ipc__message__utils.cc b/devel/electron37/files/patch-ipc_ipc__message__utils.cc
new file mode 100644
index 000000000000..1d13328a7aef
--- /dev/null
+++ b/devel/electron37/files/patch-ipc_ipc__message__utils.cc
@@ -0,0 +1,11 @@
+--- ipc/ipc_message_utils.cc.orig 2025-01-27 17:37:37 UTC
++++ ipc/ipc_message_utils.cc
+@@ -399,7 +399,7 @@ void ParamTraits<unsigned int>::Log(const param_type&
+ }
+
+ #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
+- BUILDFLAG(IS_FUCHSIA) || \
++ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) || \
+ (BUILDFLAG(IS_ANDROID) && defined(ARCH_CPU_64_BITS))
+ void ParamTraits<long>::Log(const param_type& p, std::string* l) {
+ l->append(base::NumberToString(p));