summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-11-25 12:29:01 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-11-25 12:29:01 +0000
commit31f70bc50896cf0946d0df3ebe7c87f71073029a (patch)
tree5d85944d6bf4c04883b971da320d7d377d944d65 /misc
parentmisc/mc: update 4.8.14 -> 4.8.15 (diff)
misc/mc: fix - delete patch obsolete after 4.8.15 update
PR: 204724 Submitted by: Boris Korzun <drtr0jan@yandex.ru> Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=402393
Diffstat (limited to 'misc')
-rw-r--r--misc/mc/files/patch-lib_utilunix.c11
1 files changed, 0 insertions, 11 deletions
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",