aboutsummaryrefslogtreecommitdiffstats
path: root/community/falkon/execinfo_h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/falkon/execinfo_h.patch')
-rw-r--r--community/falkon/execinfo_h.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/falkon/execinfo_h.patch b/community/falkon/execinfo_h.patch
deleted file mode 100644
index d94e8f25261..00000000000
--- a/community/falkon/execinfo_h.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/src/main/main.cpp 2018-03-09 14:27:10.849179401 +0100
-+++ b/src/main/main.cpp 2018-03-09 14:27:44.623709876 +0100
-@@ -22,7 +22,7 @@
- #include <QMessageBox> // For QT_REQUIRE_VERSION
- #include <iostream>
-
--#if defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__) || defined(__HAIKU__)
-+#if (defined(Q_OS_LINUX) && defined(__GLIBC__)) || defined(__FreeBSD__) || defined(__HAIKU__)
- #include <signal.h>
- #include <execinfo.h>
-
-@@ -129,7 +129,7 @@
- qInstallMessageHandler(&msgHandler);
- #endif
-
--#if defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__)
-+#if (defined(Q_OS_LINUX) && defined(__GLIBC__)) || defined(__FreeBSD__)
- signal(SIGSEGV, falkon_signal_handler);
- #endif
-
-