aboutsummaryrefslogtreecommitdiff
path: root/converters/xdeview
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2002-09-02 03:57:37 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2002-09-02 03:57:37 +0000
commitae6c2e101ccafae70bc9f74d72688f36965fc81a (patch)
tree1db65f96b71ef4c53d48b4f4e96e5bce72eea339 /converters/xdeview
parent00e5099c44f4a7a2d9b58197452ba66301fc4f51 (diff)
downloadports-ae6c2e101ccafae70bc9f74d72688f36965fc81a.tar.gz
ports-ae6c2e101ccafae70bc9f74d72688f36965fc81a.zip
Updated uudeview version doesn't need to be patched
for Tcl 82+ anymore.
Notes
Notes: svn path=/head/; revision=65471
Diffstat (limited to 'converters/xdeview')
-rw-r--r--converters/xdeview/files/patch-ac23
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;
- }
-