diff --git a/srcpkgs/ttyrec/patches/musl.patch b/srcpkgs/ttyrec/patches/musl.patch new file mode 100644 index 0000000000..5fae347cf4 --- /dev/null +++ b/srcpkgs/ttyrec/patches/musl.patch @@ -0,0 +1,14 @@ +--- ttyrec.c.orig 2016-05-25 18:34:49.722785147 +0200 ++++ ttyrec.c 2016-05-25 18:34:57.793776896 +0200 +@@ -205,11 +205,7 @@ doinput() + void + finish() + { +-#if defined(SVR4) + int status; +-#else /* !SVR4 */ +- union wait status; +-#endif /* !SVR4 */ + register int pid; + register int die = 0; + diff --git a/srcpkgs/ttyrec/template b/srcpkgs/ttyrec/template index ffc25b7089..cb7a17c3c6 100644 --- a/srcpkgs/ttyrec/template +++ b/srcpkgs/ttyrec/template @@ -1,7 +1,7 @@ # Template file for 'ttyrec' pkgname=ttyrec version=1.0.8 -revision=4 +revision=5 homepage="http://0xcc.net/ttyrec" distfiles="http://0xcc.net/ttyrec/${pkgname}-${version}.tar.gz" short_desc="tty recorder and player"