diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-09 08:19:15 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-09 08:19:15 +0000 |
commit | 83f0278fcfbc12646a171c4f35ca37cf4fa7cfc3 (patch) | |
tree | ed563841522f45c8ffc1e18e83bbb1a7481d57d1 /lang/tclX/files | |
parent | Change maintainer to match reality -- Sorry Andrey (diff) |
Un-break this port. We need it for xtem (PR 3759).
Diffstat (limited to 'lang/tclX/files')
-rw-r--r-- | lang/tclX/files/patch-ab | 20 | ||||
-rw-r--r-- | lang/tclX/files/patch-ac | 12 |
2 files changed, 32 insertions, 0 deletions
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 || \ |