summaryrefslogtreecommitdiff
path: root/databases/mongodb44/files/patch-SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mongodb44/files/patch-SConstruct')
-rw-r--r--databases/mongodb44/files/patch-SConstruct10
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/mongodb44/files/patch-SConstruct b/databases/mongodb44/files/patch-SConstruct
index de57cb103810..9fc72edebc07 100644
--- a/databases/mongodb44/files/patch-SConstruct
+++ b/databases/mongodb44/files/patch-SConstruct
@@ -31,13 +31,3 @@
if not has_option("disable-warnings-as-errors"):
env.Append( CCFLAGS=["-Werror"] )
-@@ -3926,7 +3926,8 @@ def doConfigure(myenv):
- myenv = conf.Finish()
-
- if env['TARGET_ARCH'] == "aarch64":
-- AddToCCFLAGSIfSupported(myenv, "-moutline-atomics")
-+ # https://lists.freebsd.org/archives/freebsd-ports/2021-July/000431.html
-+ AddToCCFLAGSIfSupported(myenv, "-mno-outline-atomics")
-
- conf = Configure(myenv)
- usdt_enabled = get_option('enable-usdt-probes')