2016-01-21 23:40:00 +01:00

23 lines
591 B
Plaintext

$NetBSD: patch-ab,v 1.5 2014/06/15 14:03:03 mef Exp $
add tcl option (off per default), fix mime handling
--- src/tcl_helper.c.orig 2012-03-09 21:50:21.000000000 +0000
+++ src/tcl_helper.c
@@ -2924,6 +2924,7 @@ void make_tcl_interpreter(char *argv[])
}
}
#else
+#ifdef WAVE_TCL_STUBIFY /* path used in set_globals_interp() */
#ifdef WIN32
if(!GetModuleFileName(NULL, commandName, 256))
n = -1 ;
@@ -2936,6 +2937,7 @@ void make_tcl_interpreter(char *argv[])
} else {
commandName[n] = '\0' ;
}
+#endif /* STUBIFY */
set_globals_interp(commandName, 0);
#endif