3ffd6fec3b
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. This package tracks 38 ESR branch.
8 lines
319 B
Text
8 lines
319 B
Text
$NetBSD: patch-mozilla_config_stl__wrappers_ostream,v 1.1 2016/04/17 18:22:21 ryoon Exp $
|
|
|
|
--- mozilla/config/stl_wrappers/ostream.orig 2013-05-13 18:22:40.000000000 +0000
|
|
+++ mozilla/config/stl_wrappers/ostream
|
|
@@ -0,0 +1,3 @@
|
|
+#pragma GCC visibility push(default)
|
|
+#include_next <ostream>
|
|
+#pragma GCC visibility pop
|