pkgsrc/www/firefox/patches/patch-config_stl__wrappers_ostream
ryoon b9642e6812 Update to 27.0.1
* Fix some syscall definitions in JavaScript are fixed.
  Thank you, tho@.

Changelog:
FIXED
27.0.1 - Fixed stability issues with Greasemonkey and other JS that used ClearTimeoutOrInterval
FIXED
27.0.1 - JS math correctness issue (bug 941381
2014-02-20 13:19:03 +00:00

8 lines
295 B
Text

$NetBSD: patch-config_stl__wrappers_ostream,v 1.5 2014/02/20 13:19:03 ryoon Exp $
--- config/stl_wrappers/ostream.orig 2013-05-13 18:22:40.000000000 +0000
+++ config/stl_wrappers/ostream
@@ -0,0 +1,3 @@
+#pragma GCC visibility push(default)
+#include_next <ostream>
+#pragma GCC visibility pop