mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
Changes: https://github.com/lu-zero/cargo-c/releases/tag/v0.10.4 Reported by: GitHub (watch releases)
13 lines
729 B
Text
13 lines
729 B
Text
https://github.com/rust-lang/git2-rs/commit/b534e13f38c6
|
|
|
|
--- cargo-crates/libgit2-sys-0.17.0+1.8.1/build.rs.orig 2006-07-24 01:21:28 UTC
|
|
+++ cargo-crates/libgit2-sys-0.17.0+1.8.1/build.rs
|
|
@@ -7,7 +7,7 @@ fn try_system_libgit2() -> Result<pkg_config::Library,
|
|
/// Tries to use system libgit2 and emits necessary build script instructions.
|
|
fn try_system_libgit2() -> Result<pkg_config::Library, pkg_config::Error> {
|
|
let mut cfg = pkg_config::Config::new();
|
|
- match cfg.range_version("1.8.1".."1.9.0").probe("libgit2") {
|
|
+ match cfg.range_version("1.7.2".."1.9.0").probe("libgit2") {
|
|
Ok(lib) => {
|
|
for include in &lib.include_paths {
|
|
println!("cargo:root={}", include.display());
|