diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-04-10 13:32:14 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-11 00:10:59 -0500 |
commit | 856da59fe8e70c616a38ec8b1b51930d966a5e17 (patch) | |
tree | 4840d1eefe1ddc008c1443d41ee608bfe6bc5e23 /perl/perl-Tk-TableMatrix/pTk-1.22.patch | |
parent | a43adc1a85044824bd0074167abc030812bde60a (diff) | |
download | slackbuilds-856da59fe8e70c616a38ec8b1b51930d966a5e17.tar.gz |
perl/perl-Tk-TableMatrix: Added (Tk::TableMatrix module)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Tk-TableMatrix/pTk-1.22.patch')
-rw-r--r-- | perl/perl-Tk-TableMatrix/pTk-1.22.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/perl/perl-Tk-TableMatrix/pTk-1.22.patch b/perl/perl-Tk-TableMatrix/pTk-1.22.patch new file mode 100644 index 0000000000..ff9938535b --- /dev/null +++ b/perl/perl-Tk-TableMatrix/pTk-1.22.patch @@ -0,0 +1,18 @@ +--- 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 . ' + |