28 lines
864 B
Plaintext
28 lines
864 B
Plaintext
$OpenBSD: patch-configure,v 1.4 2012/04/28 18:07:57 stu Exp $
|
|
--- configure.orig Fri Nov 4 13:29:46 2011
|
|
+++ configure Mon Apr 23 23:04:20 2012
|
|
@@ -5463,6 +5463,7 @@ TCL_OLD_VERS=8.4
|
|
TCL_OLD_ALT_VERS=`echo $TCL_OLD_VERS | sed 's/\.//'`
|
|
|
|
TCL_TCL_PLACES_D="$d \
|
|
+ $d/lib/tcl/tcl$TCL_VERS \
|
|
$d/lib64/tcl$TCL_HI_VERS \
|
|
$d/lib64/tcl$TCL_VERS \
|
|
$d/lib64/tcl$TCL_ALT_VERS \
|
|
@@ -6065,6 +6066,7 @@ TK_OLD_VERS=8.4
|
|
TK_OLD_ALT_VERS=`echo $TK_OLD_VERS | sed 's/\.//'`
|
|
|
|
TK_TCL_PLACES_D="$d \
|
|
+ $d/lib/tcl/tk$TK_VERS \
|
|
$d/lib64/tk$TK_VERS \
|
|
$d/lib64/tk$TK_ALT_VERS \
|
|
$d/lib64/tk$TK_VERS \
|
|
@@ -6652,6 +6654,7 @@ TCLCL_H_PLACES="\
|
|
/usr/contrib/include \
|
|
/usr/include"
|
|
TCLCL_H_PLACES_D="$d \
|
|
+ $d/include/tclcl \
|
|
$d/include"
|
|
TCLCL_LIB_PLACES="\
|
|
../tclcl-$TCLCL_VERS \
|