$OpenBSD: patch-library_init_tcl,v 1.3 2013/06/28 06:12:39 stu Exp $
--- library/init.tcl.orig	Fri Mar 22 07:39:05 2013
+++ library/init.tcl	Tue Apr  9 21:51:00 2013
@@ -52,11 +52,14 @@ namespace eval tcl {
 	    lappend ::auto_path $Dir
 	}
     }
+# OpenBSD layout
+if {0} {
     set Dir [file join [file dirname [file dirname \
 	    [info nameofexecutable]]] lib]
     if {$Dir ni $::auto_path} {
 	lappend ::auto_path $Dir
     }
+}
     catch {
 	foreach Dir $::tcl_pkgPath {
 	    if {$Dir ni $::auto_path} {
