mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
9 lines
319 B
Plaintext
9 lines
319 B
Plaintext
$NetBSD: patch-mozilla_config_stl__wrappers_ostream,v 1.1 2015/07/13 17:49:26 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
|