summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream')
-rw-r--r--mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream b/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream
new file mode 100644
index 00000000000..c169e0bb38e
--- /dev/null
+++ b/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream
@@ -0,0 +1,8 @@
+$NetBSD: patch-mozilla_config_stl__wrappers_ostream,v 1.1 2013/05/14 12:41:02 joerg 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