git: d6321f33f424 - main - www/sqlpage: Fix build on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Mar 2024 12:16:30 UTC
The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6321f33f424390b91f0f10682a6897290c1f62e commit d6321f33f424390b91f0f10682a6897290c1f62e Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2024-03-18 12:16:01 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2024-03-18 12:16:28 +0000 www/sqlpage: Fix build on i386 --- .../patch-cargo_crates__ring_0.17.8__src_cpu__intel.rs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/www/sqlpage/files/patch-cargo_crates__ring_0.17.8__src_cpu__intel.rs b/www/sqlpage/files/patch-cargo_crates__ring_0.17.8__src_cpu__intel.rs new file mode 100644 index 000000000000..5b2bfd7887b5 --- /dev/null +++ b/www/sqlpage/files/patch-cargo_crates__ring_0.17.8__src_cpu__intel.rs @@ -0,0 +1,13 @@ +--- cargo-crates/ring-0.17.8/src/cpu/intel.rs.orig 1973-11-29 22:33:09.000000000 +0100 ++++ cargo-crates/ring-0.17.8/src/cpu/intel.rs 2024-03-18 12:10:12.772352000 +0100 +@@ -24,8 +24,8 @@ + // https://github.com/briansmith/ring/issues/1793#issuecomment-1793243725, + // https://github.com/briansmith/ring/issues/1832, + // https://github.com/briansmith/ring/issues/1833. +- const _ASSUMES_SSE2: () = +- assert!(cfg!(target_feature = "sse") && cfg!(target_feature = "sse2")); ++// const _ASSUMES_SSE2: () = ++// assert!(cfg!(target_feature = "sse") && cfg!(target_feature = "sse2")); + + #[cfg(target_arch = "x86_64")] + const _ASSUMED_POINTER_SIZE: usize = 8;