···11+From e7446c9bcb47674c9d0ee3b5bab129e9b86eb1c9 Mon Sep 17 00:00:00 2001
22+From: Walter Franzini <walter.franzini@gmail.com>
33+Date: Fri, 7 Jun 2019 17:57:11 +0200
44+Subject: [PATCH] musl does not support rewind pipe, make it build anyway
55+66+---
77+ src/formats.c | 1 -
88+ 1 file changed, 1 deletion(-)
99+1010+diff --git a/src/formats.c b/src/formats.c
1111+index f3efe764..477bf451 100644
1212+--- a/src/formats.c
1313++++ b/src/formats.c
1414+@@ -424,7 +424,6 @@ static void UNUSED rewind_pipe(FILE * fp)
1515+ /* To fix this #error, either simply remove the #error line and live without
1616+ * file-type detection with pipes, or add support for your compiler in the
1717+ * lines above. Test with cat monkey.wav | ./sox --info - */
1818+- #error FIX NEEDED HERE
1919+ #define NO_REWIND_PIPE
2020+ (void)fp;
2121+ #endif
2222+--
2323+2.19.2
2424+