From 84b9b68569cb1cc9f1138c4d6118000b01caea28 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 18 Oct 2018 00:36:14 -0300 Subject: [PATCH] alsa-oss: fix build with glibc >= 2.28 --- srcpkgs/alsa-oss/patches/fix-glibc.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/alsa-oss/patches/fix-glibc.patch diff --git a/srcpkgs/alsa-oss/patches/fix-glibc.patch b/srcpkgs/alsa-oss/patches/fix-glibc.patch new file mode 100644 index 00000000000..edaa4f8786a --- /dev/null +++ b/srcpkgs/alsa-oss/patches/fix-glibc.patch @@ -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 +-#include + + struct fd_cookie { + int fd;