[Bug 206333] mail/thunderbird www/firefox-esr www/libxul www/seamonkey: fix build with clang 3.8.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 26 19:55:50 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206333

--- Comment #7 from commit-hook at freebsd.org ---
A commit references this bug:

Author: dim
Date: Tue Jan 26 19:55:14 UTC 2016
New revision: 407301
URL: https://svnweb.freebsd.org/changeset/ports/407301

Log:
  During the exp-run in bug 206074, it was found that www/libxul gives
  errors with a recent clang 3.8.0 snapshot:

  ../../dist/include/mozilla/dom/MessageEvent.h:61:32: error: reference to
'MessagePort' is ambiguous
    void SetSource(mozilla::dom::MessagePort* aPort);
                                 ^

  This is caused by unneeded forward declarations of class MessagePort,
  MessagePortBase and MessagePortList.  These can be removed.

  Obtained from:        pkgsrc
  Approved by:  jbeich (maintainer)
  PR:           206333
  MFH:          2016Q1

Changes:
  head/mail/thunderbird/files/patch-mozilla-dom-events-MessageEvent.h
  head/www/firefox-esr/files/patch-dom-events-MessageEvent.h
  head/www/libxul/files/patch-dom-events-MessageEvent.h
  head/www/seamonkey/files/patch-mozilla-dom-events-MessageEvent.h

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list