diff options
Diffstat (limited to 'net/icb/files/patch-ab')
-rw-r--r-- | net/icb/files/patch-ab | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net/icb/files/patch-ab b/net/icb/files/patch-ab new file mode 100644 index 000000000000..93413db66b51 --- /dev/null +++ b/net/icb/files/patch-ab @@ -0,0 +1,30 @@ +--- tcl/Make.orig Fri Feb 24 13:19:48 1995 ++++ tcl/Make Mon May 25 14:58:35 1998 +@@ -11,13 +11,6 @@ + + SRC = \ + panic.c \ +- strchr.c \ +- strerror.c \ +- strpbrk.c \ +- strspn.c \ +- strstr.c \ +- strtol.c \ +- strtoul.c \ + tclAssem.c \ + tclBasic.c \ + tclCmdAH.c \ +@@ -30,13 +23,6 @@ + + OBJ = \ + panic.o \ +- strchr.o \ +- strerror.o \ +- strpbrk.o \ +- strspn.o \ +- strstr.o \ +- strtol.o \ +- strtoul.o \ + tclAssem.o \ + tclBasic.o \ + tclCmdAH.o \ |