mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 21:51:34 +02:00
https://faust.grame.fr Functional programming language for realtime audio signal processing
17 lines
522 B
Diff
17 lines
522 B
Diff
https://github.com/void-linux/void-packages/blob/ebf9ad105986ec27a9d8a794318df3016df2ee13/srcpkgs/faust/patches/faust-musl-stacktrace.patch
|
|
|
|
--- a/compiler/errors/errormsg.cpp-old 2019-12-22 19:47:17.694670614 +0100
|
|
+++ b/compiler/errors/errormsg.cpp 2019-12-22 19:48:25.145673133 +0100
|
|
@@ -43,9 +43,11 @@
|
|
gGlobal->printCompilationOptions(str);
|
|
}
|
|
str << ")\n";
|
|
+#ifdef __GLIBC__
|
|
#ifndef EMCC
|
|
stacktrace(str, 20);
|
|
#endif
|
|
+#endif
|
|
throw faustexception(str.str());
|
|
}
|
|
}
|