alsa-oss: fix build with glibc >= 2.28
This commit is contained in:
parent
17dce52c6f
commit
84b9b68569
1 changed files with 12 additions and 0 deletions
12
srcpkgs/alsa-oss/patches/fix-glibc.patch
Normal file
12
srcpkgs/alsa-oss/patches/fix-glibc.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/alsa/stdioemu.c b/alsa/stdioemu.c
|
||||||
|
index 670892b..20fb996 100644
|
||||||
|
--- alsa/stdioemu.c
|
||||||
|
+++ alsa/stdioemu.c
|
||||||
|
@@ -37,7 +37,6 @@
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
-#include <libio.h>
|
||||||
|
|
||||||
|
struct fd_cookie {
|
||||||
|
int fd;
|
Loading…
Reference in a new issue