1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/x11-toolkits/tk84/files/patch-aa
Jordan K. Hubbard 789a9ef244 This is the port of tk8.0 to go along with the tcl8.0 port.
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.
1997-08-20 20:00:00 +00:00

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