pkgsrc/mail/thunderbird68/patches/patch-ipc_glue_GeckoChildProcessHost.cpp
ryoon 4aea1c42a6 mail/thunderbird68: import thunderbird68-68.12.0
Thunderbird is a free email, news, and chat application with support for
add-ons, derived from the Mozilla Firefox web browser.
2020-09-03 20:22:25 +00:00

18 lines
602 B
C++

$NetBSD: patch-ipc_glue_GeckoChildProcessHost.cpp,v 1.1 2020/09/03 20:22:26 ryoon Exp $
--- ipc/glue/GeckoChildProcessHost.cpp.orig 2018-12-04 23:11:48.000000000 +0000
+++ ipc/glue/GeckoChildProcessHost.cpp
@@ -4,7 +4,13 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+#if defined(__NetBSD__)
+_Pragma("GCC visibility push(default)")
+#endif
#include "GeckoChildProcessHost.h"
+#if defined(__NetBSD__)
+_Pragma("GCC visibility pop")
+#endif
#include "base/command_line.h"
#include "base/string_util.h"