summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2022-02-05 08:40:07 +0100
committerThomas Beierlein <tomjbe@gentoo.org>2022-02-05 08:44:24 +0100
commit3b77983e37c3c7b787b3408cd084cfb91ba423a3 (patch)
tree97c19f29255c22199161b0845d90c158ec474a7b /media-radio/tlf/files
parentdev-ruby/sigdump: cleanup (diff)
downloadgentoo-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.patch12
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"