freebsd-ports/math/scilab/files/patch-bf
Mark Linimon f6ffc475db Update to handle tk8.4.
PR:		ports/59620
Submitted by:	Jean-Sebastien Roy <js@jeannot.org> (maintainer)
2003-12-09 02:22:27 +00:00

12 lines
358 B
Text

--- macros/util/help.sci.orig Sun Nov 23 21:13:37 2003
+++ macros/util/help.sci Sun Nov 23 21:11:24 2003
@@ -184,7 +184,8 @@
if MSDOS then
tcltk_help(path,key);
else
- unix(SCI+'/tcl/browsehelpexe ' +path+ '&');
+ tcltk_help(path,key);
+// unix(SCI+'/tcl/browsehelpexe ' +path+ '&');
end
else
write(%io(2),mgetl(path))