void-packages/srcpkgs/goldendict/patches/musl.patch
John cba8baa318 New Package: goldendict-1.5.0-RC2
Closes: #6839 [via git-merge-pr]
2017-07-01 13:50:14 -07:00

20 lines
384 B
Diff

--- termination.cc.old 2017-06-24 15:00:21.287094332 +0200
+++ termination.cc 2017-06-24 15:01:12.717096292 +0200
@@ -11,7 +11,7 @@
#include <string>
-#ifndef __WIN32
+#ifdef __GLIBC__
#include <execinfo.h>
#endif
@@ -85,7 +85,7 @@
message += "terminate() called without active exception\n";
}
-#ifndef __WIN32
+#ifdef __GLIBC__
message += "\nBacktrace:\n";