aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-04-06 05:52:43 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-04-06 05:52:43 +0000
commit54ac7d9b14b80d3a43d64e12042d19b850951c37 (patch)
tree8012c2993f9083e6fedb6867461d3ceafd815b68 /math
parent393bb456a9301609cd57a27d3c3c54c5fe544c6b (diff)
downloadports-54ac7d9b14b80d3a43d64e12042d19b850951c37.tar.gz
ports-54ac7d9b14b80d3a43d64e12042d19b850951c37.zip
Notes
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