mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
789a9ef244
Note that this requires the presence of the tcl port, e.g. it needs portions of the unpacked tcl distribution sources. Some unfortunate hackery for this was therefore required in the Makefile.
12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
--- configure.orig Wed Aug 20 03:40:08 1997
|
|
+++ configure Wed Aug 20 03:40:21 1997
|
|
@@ -662,7 +662,7 @@
|
|
if test -n "$withval"; then
|
|
TCL_BIN_DIR=$withval
|
|
else
|
|
- TCL_BIN_DIR=`cd ../../tcl8.0/unix; pwd`
|
|
+ TCL_BIN_DIR=`cd ../../../../../lang/tcl80/work/tcl8.0/unix; pwd`
|
|
fi
|
|
|
|
if test ! -d $TCL_BIN_DIR; then
|