$OpenBSD: patch-unix_configure,v 1.6 2015/09/25 16:10:12 tobiasu Exp $

Setting this here will allow it to propagate through everything.

--- unix/configure.orig	Fri Mar  6 16:13:58 2015
+++ unix/configure	Fri Sep 25 15:37:13 2015
@@ -7577,7 +7577,7 @@ fi
 		;;
 	    *)
 		case "$arch" in
-		alpha|sparc64)
+		alpha|sparc|sparc64)
 		    SHLIB_CFLAGS="-fPIC"
 		    ;;
 		*)
@@ -18827,7 +18827,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
 
 #--------------------------------------------------------------------
