$OpenBSD: patch-library_tk_tcl,v 1.5 2015/06/06 14:19:23 stu Exp $
--- library/tk.tcl.orig	Thu Feb 12 10:23:46 2015
+++ library/tk.tcl	Thu Jun  4 23:42:54 2015
@@ -55,12 +55,13 @@ namespace eval ::ttk {
     }
 }
 
-# Add Ttk & Tk's directory to the end of the auto-load search path, if it
+# OpenBSD layout.
+# Add Tk's directory to the end of the auto-load search path, if it
 # isn't already on the path:
 
 if {[info exists ::auto_path] && ($::tk_library ne "")
     && ($::tk_library ni $::auto_path)} {
-    lappend ::auto_path $::tk_library $::ttk::library
+    lappend ::auto_path $::tk_library
 }
 
 # Turn off strict Motif look and feel as a default.
