diff options
Diffstat (limited to 'math/scilab/files/patch-bc')
-rw-r--r-- | math/scilab/files/patch-bc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/scilab/files/patch-bc b/math/scilab/files/patch-bc new file mode 100644 index 000000000000..41c5fec836e4 --- /dev/null +++ b/math/scilab/files/patch-bc @@ -0,0 +1,11 @@ +--- Makefile.incl.orig Sun Oct 19 19:20:40 2003 ++++ Makefile.incl Sun Oct 19 19:20:51 2003 +@@ -75,7 +75,7 @@ + ##################### + TK_INC_PATH = -I/usr/include + TCL_INC_PATH = -I/usr/include +-TCLTK_LIBS = -L/usr/lib -ltk8.3 -L/usr/lib -ltcl8.3 -ldl ++TCLTK_LIBS = -L/usr/lib -ltk8.4 -L/usr/lib -ltcl8.4 -ldl + + ##################### + # for WIN32 version |