aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IPC-ShareLite/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IPC-ShareLite/files/patch-Makefile.PL')
-rw-r--r--devel/p5-IPC-ShareLite/files/patch-Makefile.PL10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/p5-IPC-ShareLite/files/patch-Makefile.PL b/devel/p5-IPC-ShareLite/files/patch-Makefile.PL
new file mode 100644
index 000000000000..aaec7d9eea36
--- /dev/null
+++ b/devel/p5-IPC-ShareLite/files/patch-Makefile.PL
@@ -0,0 +1,10 @@
+--- 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.