From 0724462f4d54242dc8063f6acba3e04712541cac Mon Sep 17 00:00:00 2001 From: robak Date: Wed, 25 Nov 2015 12:29:01 +0000 Subject: misc/mc: fix - delete patch obsolete after 4.8.15 update PR: 204724 Submitted by: Boris Korzun Approved by: portmgr (blanket) --- misc/mc/files/patch-lib_utilunix.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 misc/mc/files/patch-lib_utilunix.c (limited to 'misc/mc') diff --git a/misc/mc/files/patch-lib_utilunix.c b/misc/mc/files/patch-lib_utilunix.c deleted file mode 100644 index 28b94cd2a67c..000000000000 --- a/misc/mc/files/patch-lib_utilunix.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/utilunix.c.orig 2015-04-12 03:04:27 UTC -+++ lib/utilunix.c -@@ -528,7 +528,7 @@ mc_popen (const char *command, GError ** - goto ret_err; - } - -- if (!g_spawn_async_with_pipes (NULL, argv, NULL, G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, -+ if (!g_spawn_async_with_pipes (NULL, argv, NULL, G_SPAWN_DO_NOT_REAP_CHILD | G_SPAWN_SEARCH_PATH, NULL, NULL, - &p->child_pid, NULL, &p->out.fd, &p->err.fd, error)) - { - mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE_STREAM, "%s", -- cgit