diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-04 15:52:51 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-04 15:53:53 +0100 |
commit | 2b14a6fb9791ab9a4b7f872a722d3ecc9d6b088c (patch) | |
tree | 1f10eaf3017bd34219bbe65947a0c45da191f2c4 /www-client/firefox/files | |
parent | www-client/firefox-bin: disable auto-update using policies.json (diff) | |
download | gentoo-2b14a6fb9791ab9a4b7f872a722d3ecc9d6b088c.tar.gz gentoo-2b14a6fb9791ab9a4b7f872a722d3ecc9d6b088c.tar.bz2 gentoo-2b14a6fb9791ab9a4b7f872a722d3ecc9d6b088c.zip |
www-client/firefox: unbreak with cbindgen 0.6.7
This commit will revert commit cf4b8d6c6a5b6e7e1b8b29a2f3045298a6ffc403
which is now possible due to an upstream patch which adds support for
latest cbindgen to firefox-63.x.
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox/files')
-rw-r--r-- | www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch b/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch new file mode 100644 index 000000000000..7b75e21cd5ee --- /dev/null +++ b/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch @@ -0,0 +1,29 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1503401 + +commit b85791110fe6 +Author: Emilio Cobos Álvarez <emilio@crisal.io> +Date: Tue Oct 30 22:21:52 2018 +0100 + + Keep mozilla-release building with newer cbindgen versions. +--- + servo/components/style/cbindgen.toml | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git servo/components/style/cbindgen.toml servo/components/style/cbindgen.toml +index 46162e43db5e..49872e88b7d9 100644 +--- a/servo/components/style/cbindgen.toml ++++ b/servo/components/style/cbindgen.toml +@@ -28,6 +28,12 @@ include = [ + "StyleDisplay", + "StyleDisplayMode", + "StyleFillRule", +- "StylePathCommand" ++ "StylePathCommand", ++ ++ "Appearance", ++ "Display", ++ "DisplayMode", ++ "FillRule", ++ "PathCommand" + ] + item_types = ["enums", "structs", "typedefs"] |