diff options
author | marcel <marcel@FreeBSD.org> | 1999-12-04 12:35:56 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-12-04 12:35:56 +0000 |
commit | 43f39f8759f09d8e083065fd8cffcd2218ae0f0c (patch) | |
tree | 8285e0d6e6226776b5391e6fef51b5efc95b97c5 /contrib/perl5/lib | |
parent | 4740a52e25116264c81783b259b7faede6c5bf06 (diff) | |
download | FreeBSD-src-43f39f8759f09d8e083065fd8cffcd2218ae0f0c.zip FreeBSD-src-43f39f8759f09d8e083065fd8cffcd2218ae0f0c.tar.gz |
When a Makefile.PL is evaluated in a subdirectory (ext/SDBM_Files/sdbm)
do not prepend '../' to PERL and FULLPERL. It breaks cross-building.
Approved by: markm
Diffstat (limited to 'contrib/perl5/lib')
-rw-r--r-- | contrib/perl5/lib/ExtUtils/MakeMaker.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/perl5/lib/ExtUtils/MakeMaker.pm b/contrib/perl5/lib/ExtUtils/MakeMaker.pm index 08a1c66..a614830 100644 --- a/contrib/perl5/lib/ExtUtils/MakeMaker.pm +++ b/contrib/perl5/lib/ExtUtils/MakeMaker.pm @@ -1,3 +1,5 @@ +# $FreeBSD$ + BEGIN {require 5.002;} # MakeMaker 5.17 was the last MakeMaker that was compatible with perl5.001m package ExtUtils::MakeMaker; @@ -326,7 +328,6 @@ sub full_setup { INST_BIN 1 INST_EXE 1 INST_LIB 1 INST_ARCHLIB 1 INST_SCRIPT 1 MAP_TARGET 1 INST_MAN1DIR 1 INST_MAN3DIR 1 PERL_SRC 1 - PERL 1 FULLPERL 1 ); |