aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Tk-TableMatrix/pTk-1.22.patch
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-10-26 22:03:25 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:52:29 -0500
commit147734c576aa9b8806fe196eb27b0202c953161f (patch)
tree91eebe18eda733e16b8b8618ced5925a2ceec12a /perl/perl-Tk-TableMatrix/pTk-1.22.patch
parent68a2a3414e1de42ca5971af8a64799776003de9d (diff)
perl/perl-Tk-TableMatrix: Updated for version 20201024_2c4c333.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'perl/perl-Tk-TableMatrix/pTk-1.22.patch')
-rw-r--r--perl/perl-Tk-TableMatrix/pTk-1.22.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/perl/perl-Tk-TableMatrix/pTk-1.22.patch b/perl/perl-Tk-TableMatrix/pTk-1.22.patch
deleted file mode 100644
index ff9938535b695..0000000000000
--- a/perl/perl-Tk-TableMatrix/pTk-1.22.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- pTk/Makefile.PL.old 2006-05-01 18:09:31.000000000 -0400
-+++ pTk/Makefile.PL 2006-05-01 18:10:05.000000000 -0400
-@@ -234,11 +234,11 @@ sub MY::postamble {
- my $self = shift;
- my $dep = $self->Tk::MMutil::mTk_postamble;
-
--$dep .= $self->dir_target(@{$self->{'dir_targets'}});
--
--$dep .= "config :: " . join(" \\\n\t",map($self->catfile($_,".exists"),@{$self->{'dir_targets'}})) .
-- "\n\t".$self->{NOECHO}."\$(NOOP)\n";
-
-+if ($Tk::MMutil::IsWin32 or ($win_arch eq 'MSWin32' and $^O eq 'cygwin'))
-+ {
-+ my $cc = $Config{'cc'};
-+ }
-
- $dep . '
-