diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-25 12:54:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-25 12:54:43 +0000 |
commit | a9faa0a54344cd21e75895fcaf3242fd88fbd589 (patch) | |
tree | a710ef562f415e52e66e8193a019d3b94c9da458 /x11/keyboardcast/files/patch-keyboardcast.c | |
parent | - Fix build on -current (diff) |
- Fix build on 10.x
- Support staging
- Respect CC, CFLAGS and PREFIX
PR: 185018
Submitted by: Eimar Koort <eimar.koort@gmail.com> (maintainer)
Diffstat (limited to 'x11/keyboardcast/files/patch-keyboardcast.c')
-rw-r--r-- | x11/keyboardcast/files/patch-keyboardcast.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/keyboardcast/files/patch-keyboardcast.c b/x11/keyboardcast/files/patch-keyboardcast.c new file mode 100644 index 000000000000..9ef4131fd11f --- /dev/null +++ b/x11/keyboardcast/files/patch-keyboardcast.c @@ -0,0 +1,11 @@ +--- keyboardcast.orig 2013-12-20 10:06:27.000000000 +0200 ++++ keyboardcast.c 2013-12-20 10:07:10.000000000 +0200 +@@ -242,7 +242,7 @@ + "text", 2, NULL ); + + glade_xml_signal_connect( xml, "key_event", G_CALLBACK( key_event ) ); +- glade_xml_signal_connect( xml, "gtk_exit", G_CALLBACK( gtk_exit ) ); ++ glade_xml_signal_connect( xml, "gtk_main_quit", G_CALLBACK( gtk_main_quit ) ); + glade_xml_signal_connect_data( xml, "expanded", + G_CALLBACK( expanded ), window ); + glade_xml_signal_connect_data( xml, "button_clicked", |