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

--- Comment #4 from [email protected] ---
A commit references this bug:

Author: jbeich
Date: Wed Jan 23 14:55:03 UTC 2019
New revision: 491042
URL: https://svnweb.freebsd.org/changeset/ports/491042

Log:
  www/firefox: unbreak WAYLAND=off build after r490910

  In file included from
../.build/gfx/webrender_bindings/Unified_cpp_webrender_bindings0.cpp:20:
  gfx/webrender_bindings/RenderCompositor.cpp:35:47: error: use of undeclared
identifier 'RenderCompositorEGL'; did you mean 'RenderCompositorOGL'?
    UniquePtr<RenderCompositor> eglCompositor =
RenderCompositorEGL::Create(aWidget);
                                                ^~~~~~~~~~~~~~~~~~~
                                                RenderCompositorOGL
  ../.build/dist/include/mozilla/webrender/RenderCompositorOGL.h:16:7: note:
'RenderCompositorOGL' declared here
  class RenderCompositorOGL : public RenderCompositor {
        ^
  In file included from
../.build/gfx/webrender_bindings/Unified_cpp_webrender_bindings0.cpp:20:
  gfx/webrender_bindings/RenderCompositor.cpp:35:75: error: rvalue reference to
type 'RefPtr<...>' cannot bind to lvalue of type 'RefPtr<...>'
    UniquePtr<RenderCompositor> eglCompositor =
RenderCompositorEGL::Create(aWidget);
                                                                           
^~~~~~~
  ../.build/dist/include/mozilla/webrender/RenderCompositorOGL.h:19:42: note:
passing argument to parameter 'aWidget' here
        RefPtr<widget::CompositorWidget>&& aWidget);
                                           ^

  PR:           233791
  Reported by:  many

Changes:
  head/www/firefox/files/patch-bug1514156

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to