mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
9 lines
319 B
Plaintext
9 lines
319 B
Plaintext
$NetBSD: patch-mozilla_config_stl__wrappers_ostream,v 1.3 2013/08/30 13:00:37 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
|