OCaml 4.14.0 rebuild
[arch-packages.git] / thunderbird / trunk / cbindgen-0.24.patch
blob3011e8ada8141959fc517aa35f7d8f0540cdf2d5
1 Description: Remove an extra constant definition that is now being generated by newer versions of cbindgen (0.24), and causing build failures because it is defined in several places.
2 Author: Olivier Tilloy <olivier.tilloy@canonical.com>
3 Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1773259
4 Forwarded: not-needed
6 --- a/gfx/webrender_bindings/webrender_ffi.h
7 +++ b/gfx/webrender_bindings/webrender_ffi.h
8 @@ -73,8 +73,6 @@ struct WrPipelineInfo;
9 struct WrPipelineIdAndEpoch;
10 using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpoch>;
12 -const uint64_t ROOT_CLIP_CHAIN = ~0;
14 } // namespace wr
15 } // namespace mozilla