pkgsrc/cad/gtkwave/patches/patch-ab
mef 70a1fd422a Update 3.3.59 to 3.3.60
(pkgsrc)
  Add comment on patch-ab, picked up from cvs log
(upstream)
  3.3.60  14may14 Fix MinGW tmpfile_open() patch from previous release as it
                was using the wrong filename.
                Harden fsdb reader against xtags that move backward in time.
2014-06-15 14:03:03 +00:00

22 lines
591 B
Text

$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