diff options
Diffstat (limited to 'lang/tclX80/patches/patch-ab')
-rw-r--r-- | lang/tclX80/patches/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/tclX80/patches/patch-ab b/lang/tclX80/patches/patch-ab new file mode 100644 index 00000000000..f09fc740385 --- /dev/null +++ b/lang/tclX80/patches/patch-ab @@ -0,0 +1,11 @@ +--- ../tcl/unix/Makefile.in.orig Sun Nov 30 00:19:02 1997 ++++ ../tcl/unix/Makefile.in Sat Mar 7 22:20:51 1998 +@@ -124,7 +124,7 @@ + # If a link fails, purge the executable, as some systems leave invalid + # executables around. + # +-all: tcl checkup RUNTIME tclXtest ++all: tcl checkup RUNTIME + + static: tcl.static tclXtest.static + |