From 5d7589f44025e0a1d13e9ed88739618e945a6ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 7 Aug 2022 19:17:51 +0700 Subject: [PATCH] thunderbird: patch for rust-cbindgen 0.24.3 --- srcpkgs/thunderbird/patches/ROOT_CLIP_CHAIN.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/thunderbird/patches/ROOT_CLIP_CHAIN.patch diff --git a/srcpkgs/thunderbird/patches/ROOT_CLIP_CHAIN.patch b/srcpkgs/thunderbird/patches/ROOT_CLIP_CHAIN.patch new file mode 100644 index 00000000000..d048d1238d6 --- /dev/null +++ b/srcpkgs/thunderbird/patches/ROOT_CLIP_CHAIN.patch @@ -0,0 +1,12 @@ +Source: FreeBSD +--- a/gfx/webrender_bindings/webrender_ffi.h.orig 2022-05-23 17:12:36 UTC ++++ b/gfx/webrender_bindings/webrender_ffi.h +@@ -77,8 +77,6 @@ using WrPipelineIdEpochs = nsTArray; + +-const uint64_t ROOT_CLIP_CHAIN = ~0; +- + } // namespace wr + } // namespace mozilla +