From 7fc795d79acd9f2c38cc71713990f7431e8b11d0 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 30 Jul 2016 23:12:37 +0200 Subject: [PATCH] fzy: update to 0.6. --- srcpkgs/fzy/patches/musl.patch | 18 ++++++++++++++++++ srcpkgs/fzy/template | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/fzy/patches/musl.patch diff --git a/srcpkgs/fzy/patches/musl.patch b/srcpkgs/fzy/patches/musl.patch new file mode 100644 index 0000000000..35a98441a9 --- /dev/null +++ b/srcpkgs/fzy/patches/musl.patch @@ -0,0 +1,18 @@ +commit 219d94ddc4dc9ed7e6d0650c4807e85442fffea1 +Author: Duncaen +Date: Sat Jul 30 23:11:13 2016 +0200 + + Add sys/select.h to fix building with musl libc + +diff --git src/tty.c src/tty.c +index 97ac2ab..ed951b3 100644 +--- src/tty.c ++++ src/tty.c +@@ -5,6 +5,7 @@ + #include + #include + #include ++#include + + #include "tty.h" + diff --git a/srcpkgs/fzy/template b/srcpkgs/fzy/template index f17efb3889..90397d6280 100644 --- a/srcpkgs/fzy/template +++ b/srcpkgs/fzy/template @@ -1,6 +1,6 @@ # Template file for 'fzy' pkgname=fzy -version=0.5 +version=0.6 revision=1 build_style=gnu-makefile short_desc="A fuzzy text selector menu for the terminal" @@ -8,7 +8,7 @@ maintainer="Diogo Leal " license="MIT" homepage="https://github.com/jhawthorn/fzy" distfiles="https://github.com/jhawthorn/fzy/archive/${version}.tar.gz" -checksum=15923ccb92b68798343c88f1aa86dfe01c2c33b6425b759984de8db33fef4c2e +checksum=463d04adaccef51aac53d830847ffe8b8b82e22bd6cd86c6448f9cba2142694f CFLAGS="-std=c99" post_extract() {