SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/iridium/patches/patch-ipc_ipc_message_utils_cc
Normal file
12
www/iridium/patches/patch-ipc_ipc_message_utils_cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: ipc/ipc_message_utils.cc
|
||||
--- ipc/ipc_message_utils.cc.orig
|
||||
+++ ipc/ipc_message_utils.cc
|
||||
@@ -360,7 +360,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));
|
Loading…
Add table
Add a link
Reference in a new issue