summaryrefslogtreecommitdiffstats
path: root/testing/deadbeef/deadbeef-execinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/deadbeef/deadbeef-execinfo.patch')
-rw-r--r--testing/deadbeef/deadbeef-execinfo.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/deadbeef/deadbeef-execinfo.patch b/testing/deadbeef/deadbeef-execinfo.patch
deleted file mode 100644
index cd125d9d0..000000000
--- a/testing/deadbeef/deadbeef-execinfo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- deadbeef-0.4.4/main.c
-+++ deadbeef-0.4.4.mod/main.c
-@@ -38,7 +38,7 @@
- #include <sys/fcntl.h>
- #include <sys/errno.h>
- #include <signal.h>
--#ifdef __linux__
-+#ifdef HAVE_EXECINFO_H
- #include <execinfo.h>
- #endif
- #ifdef HAVE_CONFIG_H
-@@ -450,7 +450,7 @@
- }
- #endif
-
--#ifdef __linux__
-+#ifdef HAVE_EXECINFO_H
- void
- sigsegv_handler (int sig) {
- fprintf (stderr, "Segmentation Fault\n");
-@@ -521,7 +521,7 @@
-
- int
- main (int argc, char *argv[]) {
--#ifdef __linux__
-+#ifdef HAVE_EXECINFO_H
- signal (SIGSEGV, sigsegv_handler);
- #endif
- setlocale (LC_ALL, "");