$OpenBSD: patch-unix_configure,v 1.1.1.1 2010/07/16 08:30:27 sebastia Exp $ --- unix/configure.orig Sat Sep 9 03:16:12 2000 +++ unix/configure Wed Dec 23 17:29:12 2009 @@ -1697,7 +1697,7 @@ EOF # eval these two values to dereference the ${DBGX} variable. #-------------------------------------------------------------------- -eval "SHARED_LIB_SUFFIX=${TCL_SHARED_LIB_SUFFIX}" +eval "SHARED_LIB_SUFFIX=.so.${LIBtkdnd_VERSION}" eval "UNSHARED_LIB_SUFFIX=${TCL_UNSHARED_LIB_SUFFIX}" #-------------------------------------------------------------------- @@ -1741,7 +1741,7 @@ esac # versions have bugs in the pkg_mkIndex routine. #-------------------------------------------------------------------- -for ac_prog in tclsh8.4${EXEEXT} tclsh84${EXEEXT} tclsh8.3${EXEEXT} tclsh83${EXEEXT} tclsh8.2${EXEEXT} tclsh82${EXEEXT} tclsh${EXEEXT} +for ac_prog in tclsh8.5${EXEEXT} tclsh8.4${EXEEXT} tclsh84${EXEEXT} tclsh8.3${EXEEXT} tclsh83${EXEEXT} tclsh8.2${EXEEXT} tclsh82${EXEEXT} tclsh${EXEEXT} do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2