freebsd-ports/math/kalker/files/patch-cargo-crates_rug-1.11.0_Cargo.toml
Ashish SHUKLA de91090efb
math/kalker: New port: Scientific calculator that supports math syntax
A scientific calculator that supports math-like syntax with
user-defined variables, functions, derivation, integration,
and complex numbers.

WWW: https://kalker.xyz/
2021-10-03 19:11:25 +00:00

10 lines
277 B
TOML

--- cargo-crates/rug-1.11.0/Cargo.toml.orig 2021-10-03 17:55:55 UTC
+++ cargo-crates/rug-1.11.0/Cargo.toml
@@ -31,6 +31,7 @@ version = "1"
version = "~1.4"
optional = true
default-features = false
+features = [ "use-system-libs" ]
[dependencies.libc]
version = "0.2.44"