From dc41324914e7fb8451c663f2e83c4daa259e0f75 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 16 Nov 2024 13:19:27 +0000 Subject: automatic import of tcl --- tcl-8.6.10-tcltests-path-fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tcl-8.6.10-tcltests-path-fix.patch (limited to 'tcl-8.6.10-tcltests-path-fix.patch') diff --git a/tcl-8.6.10-tcltests-path-fix.patch b/tcl-8.6.10-tcltests-path-fix.patch new file mode 100644 index 0000000..62c55e9 --- /dev/null +++ b/tcl-8.6.10-tcltests-path-fix.patch @@ -0,0 +1,13 @@ +diff --git a/unix/Makefile.in b/unix/Makefile.in +index 99bdf05..0b2f660 100644 +--- a/unix/Makefile.in ++++ b/unix/Makefile.in +@@ -788,7 +788,7 @@ topDirName: + # This keeps tcltest from picking up an already installed version of the Tcl + # library. + SHELL_ENV = @LD_LIBRARY_PATH_VAR@=`pwd`:${@LD_LIBRARY_PATH_VAR@} \ +- TCLLIBPATH="@abs_builddir@/pkgs" \ ++ TCLLIBPATH="@abs_builddir@/pkgs @abs_builddir@/../tests" \ + TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}" + + ${TCLTEST_EXE}: ${TCLTEST_OBJS} ${TCL_LIB_FILE} ${TCL_STUB_LIB_FILE} ${BUILD_DLTEST} -- cgit v1.2.3