summaryrefslogtreecommitdiff
path: root/www/deno/files/patch-ext_ffi_Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'www/deno/files/patch-ext_ffi_Cargo.toml')
-rw-r--r--www/deno/files/patch-ext_ffi_Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/deno/files/patch-ext_ffi_Cargo.toml b/www/deno/files/patch-ext_ffi_Cargo.toml
new file mode 100644
index 000000000000..1ddb700a76b4
--- /dev/null
+++ b/www/deno/files/patch-ext_ffi_Cargo.toml
@@ -0,0 +1,13 @@
+Use devel/libffi from ports
+Index: ext/ffi/Cargo.toml
+--- ext/ffi/Cargo.toml.orig
++++ ext/ffi/Cargo.toml
+@@ -22,7 +22,7 @@ deno_permissions.workspace = true
+ denort_helper.workspace = true
+ dlopen2.workspace = true
+ libffi.workspace = true
+-libffi-sys.workspace = true
++libffi-sys = { workspace = true, features = ["system"] }
+ log.workspace = true
+ memmap2.workspace = true
+ num-bigint.workspace = true