diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2002-09-02 03:57:37 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2002-09-02 03:57:37 +0000 |
commit | ae6c2e101ccafae70bc9f74d72688f36965fc81a (patch) | |
tree | 1db65f96b71ef4c53d48b4f4e96e5bce72eea339 /converters | |
parent | Update to uudeview 0.5.18. (diff) |
Updated uudeview version doesn't need to be patched
for Tcl 82+ anymore.
Notes
Notes:
svn path=/head/; revision=65471
Diffstat (limited to 'converters')
-rw-r--r-- | converters/xdeview/files/patch-ac | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/converters/xdeview/files/patch-ac b/converters/xdeview/files/patch-ac deleted file mode 100644 index 781256ff61f5..000000000000 --- a/converters/xdeview/files/patch-ac +++ /dev/null @@ -1,23 +0,0 @@ ---- tcl/uuwish.c.orig Thu Jun 6 14:41:11 1996 -+++ tcl/uuwish.c Thu Nov 4 11:34:43 1999 -@@ -78,19 +78,7 @@ - int - main (int argc, char *argv[]) - { --#ifdef HAVE_TK -- Tk_Main --#else --#ifdef HAVE_TCL -- Tcl_Main --#endif --#endif -- (argc, argv --#ifdef TMAIN_THREE -- , Tcl_AppInit --#endif -- ); -- -+ Tk_MainEx( argc, argv, Tcl_AppInit, Tcl_CreateInterp() ); - return 0; - } - |