summaryrefslogtreecommitdiff
path: root/x11/tkman/patches/patch-ad
blob: ce8f19c2cacefbe320cce1bf6c5fbb487485004f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ad,v 1.1 2000/09/01 03:14:16 fredb Exp $

--- tkman.tcl.orig	Thu Jun 22 17:39:42 2000
+++ tkman.tcl	Thu Aug 31 21:42:09 2000
@@ -2353,7 +2353,7 @@
 	set os [string tolower $tcl_platform(os)]; set osvers $tcl_platform(osVersion)
 	set setup ""; # most OSes work without configuration file
 
-	# three trouble makers
+	# trouble makers
 	if {[string equal $os "sunos"] && $osvers>=5.0} {
 		set setup solaris
 		if {$osvers>=5.7} {append setup "28"
@@ -2363,6 +2363,8 @@
 		set setup irix
 	} elseif {[string equal $os "sco_sv"]} {
 		set setup $os
+	} elseif {[string match "netbsd*" $os]} {
+		set setup netbsd
 	}
 #puts stderr "\afound $setup"