summarylogtreecommitdiffstats
path: root/fix_segfault_2nd_instance.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_segfault_2nd_instance.patch')
-rw-r--r--fix_segfault_2nd_instance.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/fix_segfault_2nd_instance.patch b/fix_segfault_2nd_instance.patch
new file mode 100644
index 000000000000..3a886c38c482
--- /dev/null
+++ b/fix_segfault_2nd_instance.patch
@@ -0,0 +1,13 @@
+Index: libgtk2-unique-perl/xs/UniqueApp.xs
+===================================================================
+--- libgtk2-unique-perl.orig/xs/UniqueApp.xs
++++ libgtk2-unique-perl/xs/UniqueApp.xs
+@@ -1,6 +1,8 @@
+ #include "unique-perl.h"
+ #include <gperl_marshal.h>
+
++G_CONST_RETURN gchar * unique_command_to_string (UniqueApp *app, gint command);
++
+ static void
+ perl_unique_app_marshall_message_received (
+ GClosure *closure,