aboutsummaryrefslogtreecommitdiffstats
path: root/community/remmina/no-execinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/remmina/no-execinfo.patch')
-rw-r--r--community/remmina/no-execinfo.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/remmina/no-execinfo.patch b/community/remmina/no-execinfo.patch
deleted file mode 100644
index 76792e8b0a..0000000000
--- a/community/remmina/no-execinfo.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/plugins/rdp/rdp_event.c b/plugins/rdp/rdp_event.c
-index 15fef90..5aebae2 100644
---- a/plugins/rdp/rdp_event.c
-+++ b/plugins/rdp/rdp_event.c
-@@ -43,7 +43,9 @@
- #include <gdk/gdkkeysyms.h>
- #include <cairo/cairo-xlib.h>
- #include <freerdp/locale/keyboard.h>
-+#ifdef HAVE_EXECINFO_H
- #include <execinfo.h>
-+#endif
-
- static void remmina_rdp_event_on_focus_in(GtkWidget* widget, GdkEventKey* event, RemminaProtocolWidget* gp)
- {