diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:51:01 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:51:01 +0200 |
commit | 21944eee2649ee171c81cfbaa0e85fbc7e472c7e (patch) | |
tree | 1a3cbdfc15a6eb76b4c4434d8925cbe8b1c80b35 /databases/mongodb44/files/extrapatch-SConstruct | |
parent | audio/optimfrog: Remove expired port (diff) |
databases/mongodb44: Remove expired port
2024-07-31 databases/mongodb44: EOL as of February 2024, https://www.mongodb.com/legal/support-policy/lifecycles
Diffstat (limited to 'databases/mongodb44/files/extrapatch-SConstruct')
-rw-r--r-- | databases/mongodb44/files/extrapatch-SConstruct | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mongodb44/files/extrapatch-SConstruct b/databases/mongodb44/files/extrapatch-SConstruct deleted file mode 100644 index f82c38ad98f8..000000000000 --- a/databases/mongodb44/files/extrapatch-SConstruct +++ /dev/null @@ -1,11 +0,0 @@ ---- SConstruct.orig 2023-05-10 02:21:42 UTC -+++ SConstruct -@@ -2297,7 +2297,7 @@ if env.ToolchainIs('GCC', 'clang'): - elif env['TARGET_ARCH'] == 'aarch64': - # If we are using GCC or clang to target aarch64, set the arch to be armv8.2-a, - # This is to prevent a bug with WT see SERVER-71772 for more details -- env.Append( CCFLAGS=['-march=armv8.2-a', '-mtune=generic'] ) -+ env.Append( CCFLAGS=['-march=armv8-a+crc', '-mtune=generic'] ) - - # Needed for auth tests since key files are stored in git with mode 644. - if not env.TargetOSIs('windows'): |