aboutsummaryrefslogtreecommitdiffstats
path: root/converters/xdeview
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>2002-09-02 11:57:37 +0800
committerhoek <hoek@FreeBSD.org>2002-09-02 11:57:37 +0800
commitec3d69f93586f4bbdef5685cabcfa09198308fa1 (patch)
tree2dbc70c6d03de26b88cd9edcfc7e595933dc4017 /converters/xdeview
parentf3d4888932061e50cf3054cb06f161c19346f61b (diff)
downloadfreebsd-ports-gnome-ec3d69f93586f4bbdef5685cabcfa09198308fa1.tar.gz
freebsd-ports-gnome-ec3d69f93586f4bbdef5685cabcfa09198308fa1.tar.zst
freebsd-ports-gnome-ec3d69f93586f4bbdef5685cabcfa09198308fa1.zip
Updated uudeview version doesn't need to be patched
for Tcl 82+ anymore.
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;
- }
-