ports/databases/mongodb60/files/patch-src_mongo_db_fts_stemmer.h
Ronald Klop cbde7a6395
databases/mongodb60: update to 6.0.2
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
2022-10-26 18:18:34 +02:00

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 {