From e3abfd7eca20ab9bf1f20e137a8f17d0af16e40a Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 16 Dec 2019 14:52:31 +0100 Subject: [PATCH] amp: fix build The termbox-sys patch can be dropped as the crate is no longer used. And we need to bump the openssl-sys crate for compatibility with newer libressl. --- srcpkgs/amp/patches/termbox-fix.patch | 10 ---------- srcpkgs/amp/template | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 srcpkgs/amp/patches/termbox-fix.patch diff --git a/srcpkgs/amp/patches/termbox-fix.patch b/srcpkgs/amp/patches/termbox-fix.patch deleted file mode 100644 index a60331e1e2..0000000000 --- a/srcpkgs/amp/patches/termbox-fix.patch +++ /dev/null @@ -1,10 +0,0 @@ -Status: submitted upstream https://github.com/gchp/termbox-sys/pull/20 ---- Cargo.toml -+++ Cargo.toml -@@ -43,3 +43,6 @@ bench = [] - name = "draw_buffer" - path = "benches/view/draw_buffer.rs" - harness = false -+ -+[patch.crates-io] -+termbox-sys = { git = 'https://github.com/q66/termbox-sys' } diff --git a/srcpkgs/amp/template b/srcpkgs/amp/template index dcb603b52f..d9b482a406 100644 --- a/srcpkgs/amp/template +++ b/srcpkgs/amp/template @@ -16,5 +16,5 @@ checksum=3529e9aa51df80ff3bd9db340423bf0975b58473fc0a307ea6eee799089ee2e2 export LIBGIT2_SYS_USE_PKG_CONFIG=1 pre_build() { - cargo update --package openssl-sys --precise 0.9.49 + cargo update --package openssl-sys --precise 0.9.53 }