summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/tclx/files/tclx-8.3-argv.patch')
-rw-r--r--dev-tcltk/tclx/files/tclx-8.3-argv.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-tcltk/tclx/files/tclx-8.3-argv.patch b/dev-tcltk/tclx/files/tclx-8.3-argv.patch
deleted file mode 100644
index 32f20fea057b..000000000000
--- a/dev-tcltk/tclx/files/tclx-8.3-argv.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- tclx8.3/tk/generic/tkXshell.c.argv Mon Aug 28 23:58:00 2000
-+++ tclx8.3/tk/generic/tkXshell.c Thu Jul 19 17:24:27 2001
-@@ -190,12 +190,13 @@
- fileName = NULL;
- argi = 1;
- while ((argi < argc) && (argv[argi][0] == '-')) {
-- argi++;
- if (STREQU(argv[argi], "--")) {
-- break; /* end of options */
-+ argi++;
-+ break; /* end of options */
- } else if (!STREQU(argv[argi], "-sync")) {
-- argi++; /* takes an argument */
-+ argi++; /* takes an argument */
- }
-+ argi++;
- }
- /* Parse out file name, if supplied. */
- if (argi < argc) {
-@@ -210,7 +211,7 @@
- while (argi < argc) {
- argv[i++] = argv[argi++];
- }
-- argc = i+1;
-+ argc = i;
- }
- #else
- /*
-