summaryrefslogtreecommitdiff
path: root/x11/XFree86-4
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-01-16 21:09:04 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-01-16 21:09:04 +0000
commit1b909c211dfcb139b5024f92ac7d503e04336f10 (patch)
tree1a7a9ed8cafa22d37404f66b84e3bb8987d6e841 /x11/XFree86-4
parentA slightly different approach to allow access to CD media w/in the emulator. (diff)
Do not build XF86Setup with tcl/tk 8.2. It will not work.
Notes
Notes: svn path=/head/; revision=24782
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r--x11/XFree86-4/scripts/configure9
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure
index 5dcca08200f0..c9a05b229697 100644
--- a/x11/XFree86-4/scripts/configure
+++ b/x11/XFree86-4/scripts/configure
@@ -36,7 +36,7 @@ rm -f $F
# Tk detection
tkversion=
-for v in 42 80 81 82 42jp 80jp; do
+for v in 42 80 81 42jp 80jp; do
if [ -f /usr/local/lib/libtk$v.a ]; then
tkversion=$v
case $tkversion in
@@ -65,11 +65,6 @@ for v in 42 80 81 82 42jp 80jp; do
tclLversion=8.1
tkLversion=8.1
;;
- 82)
- tclversion=82
- tclLversion=8.2
- tkLversion=8.2
- ;;
esac
fi
done
@@ -113,7 +108,7 @@ else
cat <<EOF
*** I don't see the static library for tk version $tkversion in /usr/local/lib.
*** XF86Setup will not be installed. If you want to build this program
-*** install tk 4.2 or 8.x first.
+*** install tk 4.2, 8.0 or 8.1 first (does not work with versions 8.2 and 8.3)
EOF
fi