a176a4a606
inputs from and looks good to bernd and simon
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
$OpenBSD: patch-configure,v 1.5 2008/10/27 23:20:39 steven Exp $
|
|
--- configure.orig Tue Oct 14 20:07:39 2008
|
|
+++ configure Mon Oct 27 18:30:05 2008
|
|
@@ -10793,7 +10793,7 @@ USE_AMALGAMATION=1
|
|
# if not, then we fall back to plain tclsh.
|
|
# TODO: try other versions before falling back?
|
|
#
|
|
-for ac_prog in tclsh8.4 tclsh
|
|
+for ac_prog in tclsh8.5 tclsh8.4 tclsh
|
|
do
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
|
set dummy $ac_prog; ac_word=$2
|
|
@@ -11089,7 +11089,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
ac_status=$?
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
- ac_cv_search_pthread_create="-l$ac_lib"
|
|
+ ac_cv_search_pthread_create="-$ac_lib"
|
|
break
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
@@ -11432,7 +11432,7 @@ echo "${ECHO_T}file not found" >&6
|
|
|
|
eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
|
|
eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
|
|
- eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
|
|
+ eval "TCL_STUB_LIB_SPEC=\"-L${TCL_PACKAGE_PATH} ${TCL_STUB_LIB_FLAG}_pic\""
|
|
|
|
|
|
|