$OpenBSD: patch-unix_configure,v 1.4 2015/09/26 01:50:15 tobiasu Exp $

Setting this here will allow it to propagate through everything.

--- unix/configure.orig	Wed Mar 11 14:59:56 2015
+++ unix/configure	Sat Sep 26 02:01:38 2015
@@ -7677,7 +7677,7 @@ fi
 		;;
 	    *)
 		case "$arch" in
-		alpha|sparc64)
+		alpha|sparc|sparc64)
 		    SHLIB_CFLAGS="-fPIC"
 		    ;;
 		*)
@@ -19207,7 +19207,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
 
 #--------------------------------------------------------------------
