diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2022-02-05 08:40:07 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2022-02-05 08:44:24 +0100 |
commit | 3b77983e37c3c7b787b3408cd084cfb91ba423a3 (patch) | |
tree | 97c19f29255c22199161b0845d90c158ec474a7b /media-radio/tlf/files | |
parent | dev-ruby/sigdump: cleanup (diff) | |
download | gentoo-3b77983e37c3c7b787b3408cd084cfb91ba423a3.tar.gz gentoo-3b77983e37c3c7b787b3408cd084cfb91ba423a3.tar.bz2 gentoo-3b77983e37c3c7b787b3408cd084cfb91ba423a3.zip |
media-radio/tlf: Fix musl build errors
Closes: https://bugs.gentoo.org/832234
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/tlf/files')
-rw-r--r-- | media-radio/tlf/files/tlf-1.4.1-musl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-radio/tlf/files/tlf-1.4.1-musl.patch b/media-radio/tlf/files/tlf-1.4.1-musl.patch new file mode 100644 index 000000000000..a4903015011d --- /dev/null +++ b/media-radio/tlf/files/tlf-1.4.1-musl.patch @@ -0,0 +1,12 @@ +diff --git a/src/sockserv.c b/src/sockserv.c +index c25f0fb..647188f 100644 +--- a/src/sockserv.c ++++ b/src/sockserv.c +@@ -31,6 +31,7 @@ + #include <stdlib.h> + #include <string.h> + #include <unistd.h> ++#include <sys/select.h> + + #include "sockserv.h" + #include "tlf_curses.h" |