summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-01-20 14:03:15 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-01-20 14:03:15 +0000
commit541c538bc0cefc9c8cc0687d9441471929d3c97a (patch)
tree1061e06e728ccdf0287e88f0d55519c5508541a9 /dev-perl/Tk-TableMatrix/files
parentbug 34940 (diff)
downloadgentoo-2-541c538bc0cefc9c8cc0687d9441471929d3c97a.tar.gz
gentoo-2-541c538bc0cefc9c8cc0687d9441471929d3c97a.tar.bz2
gentoo-2-541c538bc0cefc9c8cc0687d9441471929d3c97a.zip
bug 34940
Diffstat (limited to 'dev-perl/Tk-TableMatrix/files')
-rw-r--r--dev-perl/Tk-TableMatrix/files/patch.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Tk-TableMatrix/files/patch.diff b/dev-perl/Tk-TableMatrix/files/patch.diff
new file mode 100644
index 000000000000..147b282fa3a0
--- /dev/null
+++ b/dev-perl/Tk-TableMatrix/files/patch.diff
@@ -0,0 +1,19 @@
+--- pTk/Makefile.PL 2002-12-06 06:08:21.000000000 -0800
++++ pTk/Makefile.PL.new 2003-12-09 08:37:53.000000000 -0800
+@@ -228,12 +228,10 @@
+ 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 . '
+
+ '.$self->{NOECHO}.'$(NOOP)