aports/main/jack/fix-execinfo.patch
2013-10-09 17:53:32 +00:00

13 lines
354 B
Diff

--- 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);