diff options
author | mat <mat@FreeBSD.org> | 2017-03-22 07:46:20 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:53:57 +0800 |
commit | be8a4eef1075cf1ed3510afbe50990cd2ba09419 (patch) | |
tree | a500c3cf401b0a8df5d1e89074890742fe703a5c | |
parent | 2198855b002fbdf2c0764d0a511e155242f27ec1 (diff) | |
download | freebsd-ports-gnome-be8a4eef1075cf1ed3510afbe50990cd2ba09419.tar.gz freebsd-ports-gnome-be8a4eef1075cf1ed3510afbe50990cd2ba09419.tar.zst freebsd-ports-gnome-be8a4eef1075cf1ed3510afbe50990cd2ba09419.zip |
Fixup some more Perl build problems.
Sponsored by: Absolight
-rw-r--r-- | Mk/Uses/perl5.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk index 20d72f6db6b3..1e3da7f3ca7c 100644 --- a/Mk/Uses/perl5.mk +++ b/Mk/Uses/perl5.mk @@ -117,6 +117,8 @@ PERL?= ${LOCALBASE}/bin/perl CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} ac_cv_path_PERL_PATH=${PERL} \ PERL_USE_UNSAFE_INC=1 +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 + QA_ENV+= SITE_ARCH_REL=${SITE_ARCH_REL} LIBPERL=libperl.so.${PERL_VER} # Define the want perl first if defined |