mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
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'
|
# Template file for 'ttyrec'
|
||||||
pkgname=ttyrec
|
pkgname=ttyrec
|
||||||
version=1.0.8
|
version=1.0.8
|
||||||
revision=4
|
revision=5
|
||||||
homepage="http://0xcc.net/ttyrec"
|
homepage="http://0xcc.net/ttyrec"
|
||||||
distfiles="http://0xcc.net/ttyrec/${pkgname}-${version}.tar.gz"
|
distfiles="http://0xcc.net/ttyrec/${pkgname}-${version}.tar.gz"
|
||||||
short_desc="tty recorder and player"
|
short_desc="tty recorder and player"
|
||||||
|
|
Loading…
Add table
Reference in a new issue