mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
Summary: - automate mozjs configuration - enables powerpc64le support - overwrites the upstream amd64 configuration which fixes the build - removes almost 1 MB of patches for aarch64 - use more system libs and llvm-ar (thanks to dizzy@) - Fix removal of (lib)zstd/zstandard directory which fixes the build on all supported platforms - change my maintainer email to @FreeBSD.org changes: https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.2---sep-28--2022 PR: 266587 Tested by: dizzy (libs), pkubaj (powerpc64le) Approved by: pkubaj (mentor), rene (mentor) Co-Authored-By: dizzy, pkubaj Differential Revision: https://reviews.freebsd.org/D37130
11 lines
294 B
C++
11 lines
294 B
C++
--- src/mongo/db/fts/stemmer.h.orig 2022-09-26 08:31:59 UTC
|
|
+++ src/mongo/db/fts/stemmer.h
|
|
@@ -32,7 +32,7 @@
|
|
|
|
#include "mongo/base/string_data.h"
|
|
#include "mongo/db/fts/fts_language.h"
|
|
-#include "third_party/libstemmer_c/include/libstemmer.h"
|
|
+#include "libstemmer.h"
|
|
|
|
namespace mongo {
|
|
|