aboutsummaryrefslogtreecommitdiffstats
path: root/testing/falkon/execinfo_h.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-11 06:38:15 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-11 11:42:48 -0300
commit1e435a33bc773551ec28d3945d05d8e8ff8ff3cf (patch)
tree6ec5eadbfcd7456b825ed2616bce44ccf13e5f83 /testing/falkon/execinfo_h.patch
parentf0d538cc7bbd444e58d10527e3139a095a9b6ffa (diff)
downloadaports-1e435a33bc773551ec28d3945d05d8e8ff8ff3cf.tar.bz2
aports-1e435a33bc773551ec28d3945d05d8e8ff8ff3cf.tar.xz
community/falkon: move from testing
Diffstat (limited to 'testing/falkon/execinfo_h.patch')
-rw-r--r--testing/falkon/execinfo_h.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/falkon/execinfo_h.patch b/testing/falkon/execinfo_h.patch
deleted file mode 100644
index d94e8f2526..0000000000
--- a/testing/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
-
-