From 789a9ef24456434326bd07c7d1c5ebf7a7e3fc43 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 20 Aug 1997 20:00:00 +0000 Subject: 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. --- x11-toolkits/tk82/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-toolkits/tk82/files/patch-aa (limited to 'x11-toolkits/tk82/files/patch-aa') diff --git a/x11-toolkits/tk82/files/patch-aa b/x11-toolkits/tk82/files/patch-aa new file mode 100644 index 000000000000..e031eed3122b --- /dev/null +++ b/x11-toolkits/tk82/files/patch-aa @@ -0,0 +1,11 @@ +--- 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 -- cgit v1.2.3