ports/devel/p5-IPC-ShareLite/files/patch-Makefile.PL

10 lines
298 B
Perl

--- Makefile.PL.orig Tue Apr 3 04:45:01 2001
+++ Makefile.PL Tue Apr 3 04:45:07 2001
@@ -1,6 +1,6 @@
use ExtUtils::MakeMaker;
-system('./Configure');
+system('./Configure -d');
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.