diff options
Diffstat (limited to 'lang/itcl/files')
| -rw-r--r-- | lang/itcl/files/Makefile.lib | 2 | ||||
| -rw-r--r-- | lang/itcl/files/patch-ah | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/lang/itcl/files/Makefile.lib b/lang/itcl/files/Makefile.lib index 31ec14d6f3b6..0cdabb9d2199 100644 --- a/lang/itcl/files/Makefile.lib +++ b/lang/itcl/files/Makefile.lib @@ -2,7 +2,7 @@ NOPROFILE= yes LIB= itcl30 ITCL_LIBRARY= ${PREFIX}/lib/itcl3.0 CFLAGS+= -I. -I./../generic \ - -I${TCL_PREFIX}/include/tcl8.0/generic \ + -I${TCL_PREFIX}/include/tcl8.2/generic \ -DHAVE_GETCWD=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1\ -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1\ -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1\ diff --git a/lang/itcl/files/patch-ah b/lang/itcl/files/patch-ah new file mode 100644 index 000000000000..aaea8c0f53cb --- /dev/null +++ b/lang/itcl/files/patch-ah @@ -0,0 +1,11 @@ +--- ../generic/itcl_ensemble.c.orig Sat Aug 8 16:38:24 1998 ++++ ../generic/itcl_ensemble.c Wed Nov 3 15:05:39 1999 +@@ -1626,7 +1626,7 @@ + * another "ensemble" command. Use the current ensemble as + * the parent, and find or create an ensemble part within it. + */ +- ensName = TclGetStringFromObj(objv[1], (int*)NULL); ++ ensName = Tcl_GetStringFromObj(objv[1], (int*)NULL); + + if (ensData) { + if (FindEnsemblePart(interp, ensData, ensName, &ensPart) != TCL_OK) { |
