pkgsrc/mail/thunderbird52/patches/patch-mozilla_config_stl__wrappers_ostream
ryoon 52f373d9e6 mail/thunderbird52: import thunderbird52-52.9.1nb3
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language. This version uses the gtk2 toolkit.
2018-12-16 08:29:48 +00:00

8 lines
319 B
Text

$NetBSD: patch-mozilla_config_stl__wrappers_ostream,v 1.1 2018/12/16 08:29:48 ryoon Exp $
--- mozilla/config/stl_wrappers/ostream.orig 2016-04-17 13:47:46.239960852 +0000
+++ mozilla/config/stl_wrappers/ostream
@@ -0,0 +1,3 @@
+#pragma GCC visibility push(default)
+#include_next <ostream>
+#pragma GCC visibility pop