3ccc31789e
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.
8 lines
319 B
Text
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
|