12 lines
371 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2002/10/16 13:02:03 wilfried Exp $
--- Makefile.PL.orig Sun Sep 22 22:18:50 2002
+++ Makefile.PL Sun Sep 22 22:18:57 2002
@@ -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.