From 83f0278fcfbc12646a171c4f35ca37cf4fa7cfc3 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Thu, 9 Oct 1997 08:19:15 +0000 Subject: Un-break this port. We need it for xtem (PR 3759). --- lang/tclX/files/patch-ab | 20 ++++++++++++++++++++ lang/tclX/files/patch-ac | 12 ++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 lang/tclX/files/patch-ab create mode 100644 lang/tclX/files/patch-ac (limited to 'lang/tclX/files') diff --git a/lang/tclX/files/patch-ab b/lang/tclX/files/patch-ab new file mode 100644 index 000000000000..5a621b554637 --- /dev/null +++ b/lang/tclX/files/patch-ab @@ -0,0 +1,20 @@ +--- ../tcl/unix/Makefile.in.orig Sun Jun 16 07:39:09 1996 ++++ ../tcl/unix/Makefile.in Thu Oct 9 09:49:19 1997 +@@ -85,7 +85,7 @@ + # If a link fails, purge the executable, as some systems leave invalid + # executables around. + # +-all: libtclx.a SHLIB_@BUILD_SHARED@ tcl checkup RUNTIME tclXtest runtest ++all: libtclx.a SHLIB_@BUILD_SHARED@ tcl checkup RUNTIME + + tcl: tclXAppInit.o libtclx.a SHLIB_@BUILD_SHARED@ + ${CC} ${LD_SWITCHES} tclXAppInit.o ${LDLIBS} -o tcl || \ +@@ -237,7 +237,7 @@ + # unless we don't have them. + # + RUNTIME: tcl.tlib tcl.tndx tclx.tcl buildidx.tcl loadouster.tcl help.tmp \ +- dltest.tmp checkup ++ checkup + + tcl.tlib: ${TLIB_SRCS} + -rm -f tcl.tlib tcl.tndx diff --git a/lang/tclX/files/patch-ac b/lang/tclX/files/patch-ac new file mode 100644 index 000000000000..b8b932364be2 --- /dev/null +++ b/lang/tclX/files/patch-ac @@ -0,0 +1,12 @@ +--- ../tk/unix/Makefile.in.orig Sun Jun 16 07:39:17 1996 ++++ ../tk/unix/Makefile.in Thu Oct 9 09:57:43 1997 +@@ -67,8 +67,7 @@ + # If a link fails, purge the executable, as some systems leave invalid + # executables around. + # +-all: libtkx.a SHLIB_@BUILD_SHARED@ wishx RUNTIME tktest runtest \ +- ${bldbasedir}/tk/tests ++all: libtkx.a SHLIB_@BUILD_SHARED@ wishx RUNTIME + + wishx: tkXAppInit.o libtkx.a ${LIBTK} ${LIBTCLX} + ${CC} ${LD_SWITCHES} tkXAppInit.o ${LDLIBS} -o wishx || \ -- cgit v1.2.3