aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-04-06 13:52:43 +0800
committerleeym <leeym@FreeBSD.org>2003-04-06 13:52:43 +0800
commit8c4e88e324f27356d006957365fcf2d9210d5a00 (patch)
tree85b251d4012afc214e0a494fc4be6cdae0713926 /math
parent96c8d43b0fd37c48877dca964db4373e87c715c9 (diff)
downloadfreebsd-ports-gnome-8c4e88e324f27356d006957365fcf2d9210d5a00.tar.gz
freebsd-ports-gnome-8c4e88e324f27356d006957365fcf2d9210d5a00.tar.zst
freebsd-ports-gnome-8c4e88e324f27356d006957365fcf2d9210d5a00.zip
fix "The scipad editor does not work" problem
PR: 50605 Submitted by: Jean-Sebastien Roy <js@jeannot.org> Obtained from: netbsd (dmcmahill)
Diffstat (limited to 'math')
-rw-r--r--math/scilab/files/patch-bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/scilab/files/patch-bb b/math/scilab/files/patch-bb
new file mode 100644
index 000000000000..20335daa69db
--- /dev/null
+++ b/math/scilab/files/patch-bb
@@ -0,0 +1,11 @@
+--- 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