diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /databases/mongodb60/files/patch-src_third__party_mozjs_gen-config.sh | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'databases/mongodb60/files/patch-src_third__party_mozjs_gen-config.sh')
| -rw-r--r-- | databases/mongodb60/files/patch-src_third__party_mozjs_gen-config.sh | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/databases/mongodb60/files/patch-src_third__party_mozjs_gen-config.sh b/databases/mongodb60/files/patch-src_third__party_mozjs_gen-config.sh deleted file mode 100644 index 58daab4bc056..000000000000 --- a/databases/mongodb60/files/patch-src_third__party_mozjs_gen-config.sh +++ /dev/null @@ -1,30 +0,0 @@ ---- src/third_party/mozjs/gen-config.sh.orig 2022-08-05 16:21:29 UTC -+++ src/third_party/mozjs/gen-config.sh -@@ -29,6 +29,9 @@ case "$_Path" in - } - - case "$_Path" in -+ "platform/aarch64/freebsd") -+ _CONFIG_OPTS="--host=aarch64-freebsd" -+ ;; - "platform/aarch64/linux") - _CONFIG_OPTS="--host=aarch64-linux" - ;; -@@ -108,7 +111,7 @@ CFLAGS="$CFLAGS -D__STDC_FORMAT_MACROS" \ - --disable-js-shell \ - --disable-tests "$_CONFIG_OPTS" - --make recurse_export -+gmake recurse_export - - cd ../../../.. - -@@ -159,7 +162,7 @@ find "$_Path/build" -name '*.cpp' | - find "$_Path/build" -name '*.cpp' | - while read unified_file ; do - echo "Processing $unified_file" -- sed $SEDOPTION \ -+ gsed $SEDOPTION \ - -e 's|#include ".*/js/src/|#include "|' \ - -e 's|#error ".*/js/src/|#error "|' \ - "$unified_file" |
