diff options
Diffstat (limited to 'lang/p5-Scalar-List-Utils/files/patch-Makefile.PL')
-rw-r--r-- | lang/p5-Scalar-List-Utils/files/patch-Makefile.PL | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL b/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL new file mode 100644 index 000000000000..62f5c14ff230 --- /dev/null +++ b/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL @@ -0,0 +1,10 @@ +--- Makefile.PL.orig Sun Sep 11 21:43:16 2005 ++++ Makefile.PL Sun Sep 11 21:43:37 2005 +@@ -18,6 +18,7 @@ license ('perl'); + + makemaker_args ( XS => {}, C => []) unless $do_xs; + makemaker_args ( DEFINE => "-DPERL_EXT",); ++makemaker_args ( TYPEMAPS => ["mytypemap"]) unless $] >= 5.006_01; + + installdirs (qw(Scalar::Util List::Util)); + |