diff options
author | joerg <joerg@pkgsrc.org> | 2016-05-31 21:33:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-05-31 21:33:50 +0000 |
commit | eb78260359626c6dfe8c66eee9cb85aff56d33f1 (patch) | |
tree | 37abfe0a0434aeecabf0b3ae613539ed13339080 | |
parent | cfac0fd8f0ad3f7fa6298dab253904404e536d67 (diff) | |
download | pkgsrc-eb78260359626c6dfe8c66eee9cb85aff56d33f1.tar.gz |
Repeat after me: unwind.h is in already on the generated wrapper list.
-rw-r--r-- | mail/thunderbird/distinfo | 3 | ||||
-rw-r--r-- | mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h | 9 |
2 files changed, 1 insertions, 11 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index c4ded39cd68..7d79fbd8a39 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.178 2016/05/21 23:22:16 ryoon Exp $ +$NetBSD: distinfo,v 1.179 2016/05/31 21:33:50 joerg Exp $ SHA1 (thunderbird-45.1.0.source.tar.xz) = a6b14094eb02181de0bc85a3d3ea95f4d84e9efb RMD160 (thunderbird-45.1.0.source.tar.xz) = a84d25fe5fc74a8b30103af904df3c824ce73168 @@ -25,7 +25,6 @@ SHA1 (patch-mozilla_config_rules.mk) = 5bc569ee42ea8fa2f2726af1f2993167b029d308 SHA1 (patch-mozilla_config_stl__wrappers_ios) = f84d793f65bc7c7d1ffc7b542f846b394cf6de50 SHA1 (patch-mozilla_config_stl__wrappers_ostream) = b36e7e199e355a0950e0db51c45fb34ce5ea2cc4 SHA1 (patch-mozilla_config_system-headers) = 4c1cd436ee7d173d76ff9c34fa74a571299879dc -SHA1 (patch-mozilla_config_system__wrappers_unwind.h) = a8e5dfafc875b055984420f9d6e64742ed9fb031 SHA1 (patch-mozilla_configure.in) = fe475edf594e2ca98e3f6da629d06734de091cee SHA1 (patch-mozilla_dom_base_DOMRequest.cpp) = 0140dc4e081a6675fdcf366057511df354d27d95 SHA1 (patch-mozilla_dom_base_moz.build) = cb7b5eb422f733f36797eac39e63e7f6daa5574f diff --git a/mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h b/mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h deleted file mode 100644 index dc734617dc7..00000000000 --- a/mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: patch-mozilla_config_system__wrappers_unwind.h,v 1.3 2016/04/17 18:33:50 ryoon Exp $ - ---- mozilla/config/system_wrappers/unwind.h.orig 2016-04-17 13:47:46.241139741 +0000 -+++ mozilla/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 |