From 3ffe084f7a78d7905285877447ed761bba67d2f1 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 25 May 2017 18:38:56 +0200 Subject: [PATCH] csound: fix musl --- srcpkgs/csound/patches/musl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/csound/patches/musl.patch diff --git a/srcpkgs/csound/patches/musl.patch b/srcpkgs/csound/patches/musl.patch new file mode 100644 index 0000000000..833b04a821 --- /dev/null +++ b/srcpkgs/csound/patches/musl.patch @@ -0,0 +1,11 @@ +--- Top/csound.c.orig 2017-05-24 22:41:46.000000000 +0200 ++++ Top/csound.c 2017-05-25 18:35:23.438983804 +0200 +@@ -1093,7 +1093,7 @@ + + static void signal_handler(int sig) + { +-#if defined(LINUX) && !defined(ANDROID) ++#if defined(__GLIBC__) + #include + + {