From a3f7344647e879d45e15f970079a7c73f70c512d Mon Sep 17 00:00:00 2001 From: maya Date: Mon, 12 Jun 2017 08:04:57 +0000 Subject: [PATCH] Fix build with perl 5.26 --- www/p5-Catalyst-Component-InstancePerContext/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/p5-Catalyst-Component-InstancePerContext/Makefile b/www/p5-Catalyst-Component-InstancePerContext/Makefile index 4ed397bbb39f..73ed42012b27 100644 --- a/www/p5-Catalyst-Component-InstancePerContext/Makefile +++ b/www/p5-Catalyst-Component-InstancePerContext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/06/05 14:25:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2017/06/12 08:04:57 maya Exp $ DISTNAME= Catalyst-Component-InstancePerContext-0.001001 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,8 @@ DEPENDS+= p5-URI-ws>=0.03:../../www/p5-URI-ws #DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Catalyst/Component/InstancePerContext/.packlist +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 +PERL5_PACKLIST= auto/Catalyst/Component/InstancePerContext/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"