'.' has been removed from @INC in Perl 5.25.7 and it prevented many

ports from building starting in 5.25.10, add this hack here to make
those ports buildable again.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-03-21 11:33:03 +00:00
parent 3871df1b70
commit 246c825068
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436585

View file

@ -114,7 +114,8 @@ SITE_MAN1?= ${PREFIX}/${SITE_MAN1_REL}
PERL5?= ${LOCALBASE}/bin/perl${PERL_VERSION}
PERL?= ${LOCALBASE}/bin/perl
CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} ac_cv_path_PERL_PATH=${PERL}
CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} ac_cv_path_PERL_PATH=${PERL} \
PERL_USE_UNSAFE_INC=1
QA_ENV+= SITE_ARCH_REL=${SITE_ARCH_REL} LIBPERL=libperl.so.${PERL_VER}