Files
pkgsrc-ng/www/firefox38/patches/patch-config_system__wrappers_unwind.h
2016-01-21 23:42:40 +01:00

10 lines
335 B
C

$NetBSD: patch-config_system__wrappers_unwind.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $
--- config/system_wrappers/unwind.h.orig 2013-05-13 19:56:18.000000000 +0000
+++ config/system_wrappers/unwind.h
@@ -0,0 +1,4 @@
+#pragma GCC system_header
+#pragma GCC visibility push(default)
+#include_next <unwind.h>
+#pragma GCC visibility pop