$OpenBSD: patch-unix_configure,v 1.8 2017/12/25 04:33:39 stu Exp $

Setting this here will allow it to propagate through everything.

Index: unix/configure
--- unix/configure.orig
+++ unix/configure
@@ -10376,7 +10376,7 @@ if test "$FRAMEWORK_BUILD" = "1" ; then
 elif test "$prefix/lib" != "$libdir"; then
     TCL_PACKAGE_PATH="${libdir} ${prefix}/lib ${TCL_PACKAGE_PATH}"
 else
-    TCL_PACKAGE_PATH="${prefix}/lib ${TCL_PACKAGE_PATH}"
+    TCL_PACKAGE_PATH="${prefix}/lib/tcl"
 fi
 
 #--------------------------------------------------------------------
