diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-02 22:10:05 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-02 22:10:05 +0000 |
| commit | 9473b21b8b799b68c6c3e0303586c0f96197f48a (patch) | |
| tree | 30a385a09dbabd2bcd85443c499fef7602f9fcbb /devel/p5-IPC-ShareLite/files/patch-Makefile.PL | |
| parent | 33017dbf5bde05d7931b6cc5c079e36e7aae2a34 (diff) | |
p5-IPC-ShareLite is a simple interface to acess shared mem.
Diffstat (limited to 'devel/p5-IPC-ShareLite/files/patch-Makefile.PL')
| -rw-r--r-- | devel/p5-IPC-ShareLite/files/patch-Makefile.PL | 10 |
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. |
