1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

misc/mc: fix - delete patch obsolete after 4.8.15 update

PR:		204724
Submitted by:	Boris Korzun <drtr0jan@yandex.ru>
Approved by:	portmgr (blanket)
This commit is contained in:
Bartek Rutkowski 2015-11-25 12:29:01 +00:00
parent 3ab3644bb4
commit 31f70bc508
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402393

View File

@ -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",