diff options
Diffstat (limited to 'www/seamonkey/patches/patch-mozilla_unwind.h')
-rw-r--r-- | www/seamonkey/patches/patch-mozilla_unwind.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/seamonkey/patches/patch-mozilla_unwind.h b/www/seamonkey/patches/patch-mozilla_unwind.h new file mode 100644 index 00000000000..accc421ebc4 --- /dev/null +++ b/www/seamonkey/patches/patch-mozilla_unwind.h @@ -0,0 +1,9 @@ +$NetBSD: patch-mozilla_unwind.h,v 1.1 2013/05/23 13:25:30 ryoon Exp $ + +--- mozilla/unwind.h.orig 2013-05-21 12:42:41.000000000 +0000 ++++ mozilla/unwind.h +@@ -0,0 +1,4 @@ ++#pragma GCC system_header ++#pragma GCC visibility push(default) ++#include_next <unwind.h> ++#pragma GCC visibility pop |