summaryrefslogtreecommitdiff
path: root/tcl-8.6.15-autopath.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-11-17 10:24:38 +0000
committerCoprDistGit <infra@openeuler.org>2024-11-17 10:24:38 +0000
commitf30f67b7988a1f747d185cc4d6b5a54961195149 (patch)
treef8400d6055f429528c383d6da3b78b6f4216160f /tcl-8.6.15-autopath.patch
parentdc41324914e7fb8451c663f2e83c4daa259e0f75 (diff)
automatic import of tclopeneuler24.03_LTS
Diffstat (limited to 'tcl-8.6.15-autopath.patch')
-rw-r--r--tcl-8.6.15-autopath.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcl-8.6.15-autopath.patch b/tcl-8.6.15-autopath.patch
index cf9f9c0..a478f05 100644
--- a/tcl-8.6.15-autopath.patch
+++ b/tcl-8.6.15-autopath.patch
@@ -42,15 +42,15 @@ diff --git a/unix/configure.in b/unix/configure.in
index c73f368..5c57692 100644
--- a/unix/configure.in
+++ b/unix/configure.in
-@@ -869,9 +869,9 @@
+@@ -866,9 +866,9 @@ if test "$FRAMEWORK_BUILD" = "1" ; then
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then
- test -z "$TCL_PACKAGE_PATH" && TCL_PACKAGE_PATH="${libdir}:${prefix}/lib"
-+ test -z "$TCL_PACKAGE_PATH" && TCL_PACKAGE_PATH="${libdir}/tcl8.6 ${prefix}/share/tcl8.6 ${libdir}/tk8.6 ${prefix}/share/tk8.6"
++ test -z "$TCL_PACKAGE_PATH" && TCL_PACKAGE_PATH="${libdir}/tcl8.6:${prefix}/share/tcl8.6:${libdir}/tk8.6:${prefix}/share/tk8.6"
else
- test -z "$TCL_PACKAGE_PATH" && TCL_PACKAGE_PATH="${prefix}/lib"
-+ test -z "$TCL_PACKAGE_PATH" && TCL_PACKAGE_PATH="${libdir}/tcl8.6 ${prefix}/share/tcl8.6 ${libdir}/tk8.6 ${prefix}/share/tk8.6"
++ test -z "$TCL_PACKAGE_PATH" && TCL_PACKAGE_PATH="${libdir}/tcl8.6:${prefix}/share/tcl8.6:${libdir}/tk8.6:${prefix}/share/tk8.6"
fi
#--------------------------------------------------------------------