mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
bump portrevision as it did build but generated broken executables piggyback a small portlint pacifier PR: 282471
11 lines
470 B
Text
11 lines
470 B
Text
--- src/third_party/mozjs/SConscript.orig 2024-08-14 20:38:09 UTC
|
|
+++ src/third_party/mozjs/SConscript
|
|
@@ -144,7 +145,7 @@ sources = [
|
|
"extract/js/src/wasm/WasmCode-platform.cpp",
|
|
]
|
|
|
|
-if env['TARGET_ARCH'] == 'x86_64' and not env.TargetOSIs('windows'):
|
|
+if False and env['TARGET_ARCH'] == 'x86_64' and not env.TargetOSIs('windows'):
|
|
env.Append(CCFLAGS=['-mavx2'])
|
|
sources.extend(["extract/mozglue/misc/SIMD_avx2.cpp", "extract/mozglue/misc/SSE.cpp"])
|
|
|