diff options
author | Martin Filla <freebsd@sysctl.cz> | 2023-10-07 05:00:00 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-10-09 03:40:28 -0400 |
commit | a1069e80ec4d0f4bcc69f27b9341815f03cd167f (patch) | |
tree | ef2261161b2e41451d006153b22f78516e3bd684 /www/librewolf/files/patch-bug1640982 | |
parent | net/scamper: update to 20230614c (diff) |
www/librewolf: update to 117.0.1-1
With two additional patches to the unity_menu patch due to jsm@.
Changelog: https://gitlab.com/librewolf-community/browser/bsys6/-/releases
PR: 273948
See also: https://codeberg.org/librewolf/issues/issues/1279
Obtained from: https://people.freebsd.org/~jsm/patch2.diff
Diffstat (limited to 'www/librewolf/files/patch-bug1640982')
-rw-r--r-- | www/librewolf/files/patch-bug1640982 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/librewolf/files/patch-bug1640982 b/www/librewolf/files/patch-bug1640982 deleted file mode 100644 index 5ad0fbad6c72..000000000000 --- a/www/librewolf/files/patch-bug1640982 +++ /dev/null @@ -1,17 +0,0 @@ -Unbreak build with Rust 1.45.0 - -error: options `-C embed-bitcode=no` and `-C lto` are incompatible - -diff --git config/makefiles/rust.mk config/makefiles/rust.mk -index 75570d3..94ec33f 100644 ---- config/makefiles/rust.mk -+++ config/makefiles/rust.mk -@@ -97,7 +97,7 @@ ifndef rustflags_sancov - # Never enable when coverage is enabled to work around https://github.com/rust-lang/rust/issues/90045. - ifndef MOZ_CODE_COVERAGE - ifeq (,$(findstring gkrust_gtest,$(RUST_LIBRARY_FILE))) --cargo_rustc_flags += -Clto -+cargo_rustc_flags += - endif - # We need -Cembed-bitcode=yes for all crates when using -Clto. - RUSTFLAGS += -Cembed-bitcode=yes |