mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
csound: fix musl
This commit is contained in:
parent
dfbffa342a
commit
3ffe084f7a
1 changed files with 11 additions and 0 deletions
11
srcpkgs/csound/patches/musl.patch
Normal file
11
srcpkgs/csound/patches/musl.patch
Normal file
|
@ -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 <execinfo.h>
|
||||||
|
|
||||||
|
{
|
Loading…
Add table
Reference in a new issue