summaryrefslogtreecommitdiff
path: root/games/xblast/patches/patch-ag
blob: af41576f286dcf121294dd8ba6427dbdf5cac673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ag,v 1.1.1.1 1998/11/10 08:32:36 garbled Exp $
--- tkXBlast/setup.tcl.orig	Wed Dec 11 14:26:43 1996
+++ tkXBlast/setup.tcl	Tue Nov 10 01:07:26 1998
@@ -48,19 +48,7 @@
 set binPath [lindex $argv 1]
 set tkLibPath [lindex $argv 2]
 
-set wishCmd [testWish wish]
-puts "Enter the path for \"wish\" on your system (default is \"$wishCmd\"):" 
-
-gets file0 newWishCmd
-if {$newWishCmd != {}} {
-    set wishCmd $newWishCmd
-} else {
-    if {$wishCmd == {}} {
-	puts "Error: path for \"wish\" not defined."
-	puts "Aborting programm"
-	exit 1
-    }
-}
+set wishCmd [testWish wish8.0]
 
 set version [versionWish $wishCmd]
 puts "tk version is $version"