12 lines
545 B
Bash
12 lines
545 B
Bash
--- libraries/source/spidermonkey/patch.sh.orig 2022-09-23 20:36:41 UTC
|
|
+++ libraries/source/spidermonkey/patch.sh
|
|
@@ -84,4 +84,8 @@ then
|
|
patch -p1 < ../FixFreeBSDCargoChecksum.diff
|
|
# https://svnweb.freebsd.org/ports/head/lang/spidermonkey78/files/patch-third__party_rust_cc_src_lib.rs?view=log
|
|
patch -p1 < ../FixFreeBSDRustThirdPartyOSDetection.diff
|
|
+ # Remove now unknown compiler option causing problems
|
|
+ patch -p1 < ../FixFreeBSDClang16.diff
|
|
+ # Fix with clang19
|
|
+ patch -p1 < ../FixExclusiveDataClang19.diff
|
|
fi
|