From fdfd13fac1bfd2802fc642d4f7a858982abb877b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Apr 2020 01:13:11 +0200 Subject: [PATCH] cdparanoia: unbreak musl build. --- srcpkgs/cdparanoia/patches/musl.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/cdparanoia/patches/musl.patch diff --git a/srcpkgs/cdparanoia/patches/musl.patch b/srcpkgs/cdparanoia/patches/musl.patch new file mode 100644 index 00000000000..eab57ab42f1 --- /dev/null +++ b/srcpkgs/cdparanoia/patches/musl.patch @@ -0,0 +1,10 @@ +--- utils.h.orig 2020-04-13 01:11:27.959275309 +0200 ++++ utils.h 2020-04-13 01:11:38.213384799 +0200 +@@ -3,6 +3,7 @@ + #include + #include + #include ++#include + + extern long buffering_write(int outf, char *buffer, long num); + extern int buffering_close(int fd);