summaryrefslogtreecommitdiff
path: root/x11/stjerm/files/patch-src_config.c
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-05-13 01:08:41 +0000
committerWen Heping <wen@FreeBSD.org>2011-05-13 01:08:41 +0000
commit9d13f9f1c441364073cf788354055e6f6de3d88b (patch)
treef1a02266fac61e0ac425fca99cc72e40b4b963ac /x11/stjerm/files/patch-src_config.c
parentDocument mediawiki multiple vulnerabilities. (diff)
Stjerm is a quake-like terminal emulator. It's window is shown with a key
shortcut. Stjerm is very minimalistic and works well with Compiz window manager. WWW: https://code.google.com/p/stjerm-terminal/ PR: ports/155939 Submitted by: Zhihao Yuan <lichray@gmail.com>
Notes
Notes: svn path=/head/; revision=274026
Diffstat (limited to 'x11/stjerm/files/patch-src_config.c')
-rw-r--r--x11/stjerm/files/patch-src_config.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/stjerm/files/patch-src_config.c b/x11/stjerm/files/patch-src_config.c
new file mode 100644
index 000000000000..26e46f4f14b8
--- /dev/null
+++ b/x11/stjerm/files/patch-src_config.c
@@ -0,0 +1,11 @@
+--- src/config.c.orig 2011-03-25 16:35:40.389707429 -0500
++++ src/config.c 2011-03-25 16:41:20.529584111 -0500
+@@ -546,7 +546,7 @@ void conf_init(void)
+ exit(1);
+ }
+
+- signal(SIGUSR1, (__sighandler_t) mainwindow_toggle);
++ signal(SIGUSR1, (sig_t) mainwindow_toggle);
+
+ conf_find_position();
+ }