diff options
Diffstat (limited to 'main/jack/fix-execinfo.patch')
-rw-r--r-- | main/jack/fix-execinfo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/jack/fix-execinfo.patch b/main/jack/fix-execinfo.patch new file mode 100644 index 0000000000..170c432774 --- /dev/null +++ b/main/jack/fix-execinfo.patch @@ -0,0 +1,12 @@ +--- jack-1.9.9.5.orig/dbus/sigsegv.c ++++ jack-1.9.9.5/dbus/sigsegv.c +@@ -27,7 +27,9 @@ + #include <stdio.h> + #include <signal.h> + #include <dlfcn.h> ++#ifdef __GLIBC__ + #include <execinfo.h> ++#endif + #include <errno.h> + #ifndef NO_CPP_DEMANGLE + char * __cxa_demangle(const char * __mangled_name, char * __output_buffer, size_t * __length, int * __status); |