Rafael Garcia-Suarez wrote:
> Rafael Garcia-Suarez wrote:
> > Michael G Schwern wrote:
> > >
> > > 6.19 Mon Nov 3 22:53:56 PST 2003
> >
> > Thanks, applied as #21652. Double-checks welcome :)
>
> Undertested commits leads to major breakage.
> SDBM_File won't build anymore...
Change 21655 by [EMAIL PROTECTED] on 2003/11/04 22:32:28
Temporary kludge to allow SDBM_File being built
with MakeMaker 6.19.
Affected files ...
... //depot/perl/ext/SDBM_File/sdbm/Makefile.PL#16 edit
Differences ...
==== //depot/perl/ext/SDBM_File/sdbm/Makefile.PL#16 (text) ====
@@ -40,6 +40,10 @@
lint:
lint -abchx $(LIBSRCS)
+# temporary kludge
+blibdirs:
+ $(MKPATH) $(INST_ARCHAUTODIR)
+
';
$r .= '
# This is a workaround, the problem is that our old GNU make exports
End of Patch.