diff options
author | joerg <joerg@pkgsrc.org> | 2015-11-20 14:48:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-11-20 14:48:20 +0000 |
commit | 7af32a2184a9ae9381bca2f486eda498a98dface (patch) | |
tree | 9dbf205256b7ac99548435f239eb2b078c32a0bf /mail | |
parent | f1e4b149929fd02171c926dfab62c11beb13938b (diff) | |
download | pkgsrc-7af32a2184a9ae9381bca2f486eda498a98dface.tar.gz |
Avoid ambigious class references.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/distinfo | 3 | ||||
-rw-r--r-- | mail/thunderbird/patches/patch-mozilla_dom_events_MessageEvent.h | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 8685c6688b6..38e59beeec9 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.167 2015/11/03 23:27:22 agc Exp $ +$NetBSD: distinfo,v 1.168 2015/11/20 14:48:20 joerg Exp $ SHA1 (thunderbird-38.3.0.source.tar.bz2) = 7c8ef066d6b6516fddbb654b38353f894f85d469 RMD160 (thunderbird-38.3.0.source.tar.bz2) = 0b30a430d9006d737a7116b63c66b8a1843c0381 @@ -43,6 +43,7 @@ SHA1 (patch-mozilla_config_stl__wrappers_ostream) = 67559c5ab17088680b86dea6b081 SHA1 (patch-mozilla_config_system-headers) = 2b66e88ad46cf4e7c0b8a663c615b272a475dc59 SHA1 (patch-mozilla_config_system__wrappers_unwind.h) = 32d4ab3fbf80bf19783dab7c4a875a7262f419cf SHA1 (patch-mozilla_dom_base_moz.build) = dce93f4c00bb662d5c702b442ee169bb8888237d +SHA1 (patch-mozilla_dom_events_MessageEvent.h) = 677c3531230147baf260aca9e39d7a04b2a7c673 SHA1 (patch-mozilla_dom_media_AudioStream.h) = b5092adaf26c8c1809b4ad62eb92be101c07ac88 SHA1 (patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp) = cadb3396a56ed3147c4ec2b4b8494205672883fb SHA1 (patch-mozilla_dom_media_moz.build) = 12ab0e2441422bbb683a5da163644db9bfd11aec diff --git a/mail/thunderbird/patches/patch-mozilla_dom_events_MessageEvent.h b/mail/thunderbird/patches/patch-mozilla_dom_events_MessageEvent.h new file mode 100644 index 00000000000..d122fe9e4b8 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_dom_events_MessageEvent.h @@ -0,0 +1,14 @@ +$NetBSD: patch-mozilla_dom_events_MessageEvent.h,v 1.1 2015/11/20 14:48:20 joerg Exp $ + +--- mozilla/dom/events/MessageEvent.h.orig 2015-11-08 13:37:35.000000000 +0000 ++++ mozilla/dom/events/MessageEvent.h +@@ -15,9 +15,6 @@ namespace mozilla { + namespace dom { + + struct MessageEventInit; +-class MessagePort; +-class MessagePortBase; +-class MessagePortList; + class OwningWindowProxyOrMessagePort; + + /** |