summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk82/files/patch-aa
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-08-20 20:00:00 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-08-20 20:00:00 +0000
commit789a9ef24456434326bd07c7d1c5ebf7a7e3fc43 (patch)
tree003d528d5fd59f9bc5133ed7907540b9b544bf07 /x11-toolkits/tk82/files/patch-aa
parentUse tcl-7.6/tk-4.2. (diff)
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.
Notes
Notes: svn path=/head/; revision=7630
Diffstat (limited to 'x11-toolkits/tk82/files/patch-aa')
-rw-r--r--x11-toolkits/tk82/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
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