View | Details | Raw Unified | Return to bug 199366
Collapse All | Expand All

(-)misc/mc/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	mc
4
PORTNAME=	mc
5
PORTVERSION=	4.8.14
5
PORTVERSION=	4.8.14
6
PORTREVISION=	1
6
CATEGORIES=	misc shells
7
CATEGORIES=	misc shells
7
MASTER_SITES=	http://ftp.midnight-commander.org/ \
8
MASTER_SITES=	http://ftp.midnight-commander.org/ \
8
		http://ftp.osuosl.org/pub/midnightcommander/ \
9
		http://ftp.osuosl.org/pub/midnightcommander/ \
(-)misc/mc/files/patch-lib_utilunix.c (+11 lines)
Line 0 Link Here
1
--- lib/utilunix.c.orig	2015-04-12 03:04:27 UTC
2
+++ lib/utilunix.c
3
@@ -528,7 +528,7 @@ mc_popen (const char *command, GError **
4
         goto ret_err;
5
     }
6
 
7
-    if (!g_spawn_async_with_pipes (NULL, argv, NULL, G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL,
8
+    if (!g_spawn_async_with_pipes (NULL, argv, NULL, G_SPAWN_DO_NOT_REAP_CHILD | G_SPAWN_SEARCH_PATH, NULL, NULL,
9
                                    &p->child_pid, NULL, &p->out.fd, &p->err.fd, error))
10
     {
11
         mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE_STREAM, "%s",

Return to bug 199366