mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
Changelog: - https://github.com/electron/electron/releases/tag/v22.0.2 - https://github.com/electron/electron/releases/tag/v22.0.3 - https://github.com/electron/electron/releases/tag/v22.1.0 PR: 269194 Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> Approved by: mikael (maintainer)
11 lines
518 B
Text
11 lines
518 B
Text
--- third_party/boringssl/BUILD.gn.orig 2023-01-30 07:58:58 UTC
|
|
+++ third_party/boringssl/BUILD.gn
|
|
@@ -106,7 +106,7 @@ if (is_win && !is_msan && current_cpu != "arm64") {
|
|
public_configs = [ ":no_asm_config" ]
|
|
}
|
|
} else if (current_cpu == "arm64") {
|
|
- if (is_linux || is_chromeos || is_android) {
|
|
+ if ((is_linux || is_chromeos || is_android) && !is_freebsd) {
|
|
sources += crypto_sources_linux_aarch64
|
|
} else if (is_apple) {
|
|
sources += crypto_sources_apple_aarch64
|