summaryrefslogtreecommitdiffstats
path: root/perl/perl-Tk-TableMatrix/pTk-1.22.patch
blob: ff9938535b69593d86b6c5571c9d3df9ff04eecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 . '