openbsd-ports/devel/p5-IPC-ShareLite/patches/patch-Makefile_PL
wilfried 0ac4bbe8b2 Import p5-IPC-ShareLite 0.08; submitted by Jim Geovedi <jim@corebsd.or.id>
Provides a simple interface to shared memory, allowing data to be
efficiently communicated between processes.
2002-10-16 13:02:03 +00:00

12 lines
371 B
Plaintext

$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.