www/mozilla-firefox: fix amd64 build, x86_64 not x86.

This commit is contained in:
landry 2022-03-21 13:41:37 +00:00
parent 4ffd0d27be
commit 88a4e68d44

View File

@ -21,7 +21,7 @@ Index: third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128_gn/moz.
DEFINES["__STDC_CONSTANT_MACROS"] = True
DEFINES["__STDC_FORMAT_MACROS"] = True
+
+if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "OpenBSD":
+if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "OpenBSD":
+
+ CXXFLAGS += [
+ "-msse2"