diff options
Diffstat (limited to 'www/firefox/patches/patch-config_system__wrappers_unwind.h')
-rw-r--r-- | www/firefox/patches/patch-config_system__wrappers_unwind.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-config_system__wrappers_unwind.h b/www/firefox/patches/patch-config_system__wrappers_unwind.h new file mode 100644 index 00000000000..62dd43784e2 --- /dev/null +++ b/www/firefox/patches/patch-config_system__wrappers_unwind.h @@ -0,0 +1,9 @@ +$NetBSD: patch-config_system__wrappers_unwind.h,v 1.1 2013/05/23 13:12:13 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 |