pkgsrc/mail/thunderbird45/patches/patch-mozilla_config_stl__wrappers_ostream
ryoon 3ccc31789e Import thunderbird45-45.8.0 as mail/thunderbird45.
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.
2017-04-27 13:38:18 +00:00

8 lines
319 B
Text

$NetBSD: patch-mozilla_config_stl__wrappers_ostream,v 1.1 2017/04/27 13:38:18 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