1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/math/scilab/files/patch-bb
Yen-Ming Lee 54ac7d9b14 fix "The scipad editor does not work" problem
PR:		50605
Submitted by:	Jean-Sebastien Roy <js@jeannot.org>
Obtained from:	netbsd (dmcmahill)
2003-04-06 05:52:43 +00:00

12 lines
432 B
Plaintext

--- macros/util/scipad.sci.orig Fri Feb 7 07:22:29 2003
+++ macros/util/scipad.sci
@@ -14,7 +14,7 @@ if with_tk() then
else
if TK_GetVar("isscipadinterp")=='0' then
TK_EvalStr("interp create scipad")
- TK_EvalStr("load {libtk8.3.so} Tk scipad")
+ TK_EvalStr("load {libtk83.so} Tk scipad")
TK_EvalStr("scipad eval {wm withdraw .}")
TK_EvalStr("scipad alias ScilabEval ScilabEval")
end