freebsd-ports/x11/stjerm/files/patch-src_term.c
Pawel Pekala a78ba6ed0b - Update toversion 0.15
- Fix --toggle option by replacing the call pidof to pgrep

PR:		ports/161529
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2011-10-13 14:47:37 +00:00

11 lines
356 B
C

--- src/term.c~ 2011-07-19 16:52:33.000000000 -0500
+++ src/term.c 2011-10-12 17:17:37.148128623 -0500
@@ -230,7 +230,7 @@ static void term_app_request(VteTerminal
static void term_fork_command(VteTerminal *term, char *cmd)
{
- #if VTE_CHECK_VERSION(0,25,0)
+ #if 0
char **argv = NULL;
g_shell_parse_argv(cmd, NULL, &argv, NULL);