ttyrec: unbreak musl.
This commit is contained in:
parent
54bb466357
commit
6c35bbc1c9
2 changed files with 15 additions and 1 deletions
14
srcpkgs/ttyrec/patches/musl.patch
Normal file
14
srcpkgs/ttyrec/patches/musl.patch
Normal file
|
@ -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;
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue