summaryrefslogtreecommitdiff
path: root/misc/codex/files/patch-codex-rs_cli_Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'misc/codex/files/patch-codex-rs_cli_Cargo.toml')
-rw-r--r--misc/codex/files/patch-codex-rs_cli_Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/codex/files/patch-codex-rs_cli_Cargo.toml b/misc/codex/files/patch-codex-rs_cli_Cargo.toml
new file mode 100644
index 000000000000..628216c84f5f
--- /dev/null
+++ b/misc/codex/files/patch-codex-rs_cli_Cargo.toml
@@ -0,0 +1,12 @@
+--- codex-rs/cli/Cargo.toml.orig 2025-09-27 08:06:01 UTC
++++ codex-rs/cli/Cargo.toml
+@@ -52,6 +52,9 @@ libc = { workspace = true }
+ [target.'cfg(target_os = "macos")'.dependencies]
+ libc = { workspace = true }
+
++[target.'cfg(target_os = "freebsd")'.dependencies]
++libc = { workspace = true }
++
+ [dev-dependencies]
+ assert_cmd = { workspace = true }
+ predicates = { workspace = true }