summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tcl-Tk/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/p5-Tcl-Tk/files/patch-Makefile.PL')
-rw-r--r--x11-toolkits/p5-Tcl-Tk/files/patch-Makefile.PL28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-toolkits/p5-Tcl-Tk/files/patch-Makefile.PL b/x11-toolkits/p5-Tcl-Tk/files/patch-Makefile.PL
deleted file mode 100644
index dae424cdf0f3..000000000000
--- a/x11-toolkits/p5-Tcl-Tk/files/patch-Makefile.PL
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.PL.orig Sat May 12 08:53:34 2007
-+++ Makefile.PL Sun Jun 24 01:13:55 2007
-@@ -23,25 +23,7 @@
- $tclsh = $ENV{'TCLSH_PROG'};
- }
-
--open TCLSH, "$tclsh test-for-tk.tcl|";
--my $res = join '', <TCLSH>;
-
--unless ($res =~ /^ok1/m) {
-- die <<EOS;
--
--Your Tcl installation ($tclsh) fails to find Tk package.
--One of possible reasons is missing file 'pkgIndex.tcl' in ..../tk8.4/
--directory; Please check if you can feed 'package require Tk' to tclsh
--EOS
--}
--
--unless ($res =~ /^ok2/m) {
-- die <<EOS;
--
--Your Tk installation fails to find snit package.
--Make sure that it is installed within your Tcl/Tk.
--EOS
--}
-
- WriteMakefile(
- NAME => "Tcl::Tk",